Searched refs:sendNotification (Results 1 – 7 of 7) sorted by relevance
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 203 || !sendNotification(channel.getId(), notificationId)) { in handleUpdateRecommendation() 308 sendNotification(c.getId(), getAvailableNotificationId()); in showRecommendation() 325 if (sendNotification(c.getId(), notificationId)) { in changeRecommendation() 352 private boolean sendNotification(final long channelId, final int notificationId) { in sendNotification() method in NotificationService 424 private void sendNotification( in sendNotification() method in NotificationService 484 service.sendNotification( in createChannelLogoCallback()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DbModifierWithNotification.java | 160 mVoicemailNotifier.sendNotification(); in notifyVoicemailChange() 307 mVoicemailNotifier.sendNotification(); in finishBulkOperation()
|
D | VoicemailNotifier.java | 57 public void sendNotification() { in sendNotification() method in VoicemailNotifier
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/ |
D | BaseTunerSetupActivity.java | 356 sendNotification(context, tunerType, tunerSetupIntent); in onTvInputEnabled() 363 private static void sendNotification( in sendNotification() method in BaseTunerSetupActivity
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleNotifications.java | 518 sendNotification(state, avatarBitmap, avatarHiResBitmap); in processAndSend() 529 sendNotification(state, null, null); in processAndSend() 681 private static void sendNotification(final NotificationState notificationState, in sendNotification() method in BugleNotifications
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 798 public void sendNotification(int serverIf, String address, int handle, boolean confirm, in sendNotification() method in GattService.BluetoothGattBinder 804 service.sendNotification(serverIf, address, handle, confirm, value); in sendNotification() 3013 void sendNotification(int serverIf, String address, int handle, boolean confirm, byte[] value) { in sendNotification() method in GattService
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 152 verify(notifier, Mockito.times(1)).sendNotification(); in testBulkInsert()
|