Home
last modified time | relevance | path

Searched refs:sendNotification (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java203 || !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/
DDbModifierWithNotification.java160 mVoicemailNotifier.sendNotification(); in notifyVoicemailChange()
307 mVoicemailNotifier.sendNotification(); in finishBulkOperation()
DVoicemailNotifier.java57 public void sendNotification() { in sendNotification() method in VoicemailNotifier
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DBaseTunerSetupActivity.java356 sendNotification(context, tunerType, tunerSetupIntent); in onTvInputEnabled()
363 private static void sendNotification( in sendNotification() method in BaseTunerSetupActivity
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java518 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/
DGattService.java809 public void sendNotification(int serverIf, String address, int handle, boolean confirm, in sendNotification() method in GattService.BluetoothGattBinder
815 service.sendNotification(serverIf, address, handle, confirm, value); in sendNotification()
3125 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/
DVoicemailProviderTest.java152 verify(notifier, Mockito.times(1)).sendNotification(); in testBulkInsert()