Home
last modified time | relevance | path

Searched refs:sendNotification (Results 1 – 15 of 15) 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/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DMyServiceClient.java96 public void sendNotification(int notificationId, String notificationType) in sendNotification() method in MyServiceClient
98 mService.sendNotification(notificationId, notificationType); in sendNotification()
DAbstractDozeModeTestCase.java123 sendNotification(id, type); in testNotification()
DAbstractRestrictBackgroundNetworkTestCase.java938 protected void sendNotification(int notificationId, String notificationType) throws Exception {
941 mServiceClient.sendNotification(notificationId, notificationType);
/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
DMyService.java91 public void sendNotification(int notificationId, String notificationType) {
92 MyBroadcastReceiver .sendNotification(getApplicationContext(), NOTIFICATION_CHANNEL_ID,
DMyBroadcastReceiver.java203 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification() method in MyBroadcastReceiver
/packages/modules/Connectivity/tests/cts/hostside/aidl/com/android/cts/net/hostside/
DIMyService.aidl28 void sendNotification(int notificationId, String notificationType); in sendNotification() method
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDbModifierWithNotification.java168 mVoicemailNotifier.sendNotification(); in notifyVoicemailChange()
333 mVoicemailNotifier.sendNotification(); in finishBulkOperation()
DVoicemailNotifier.java64 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/services/Car/service/src/com/android/car/admin/
DFactoryResetActivity.java65 public static void sendNotification(Context context, IResultReceiver callback) { in sendNotification() method in FactoryResetActivity
/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/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailProviderTest.java152 verify(notifier, Mockito.times(1)).sendNotification(); in testBulkInsert()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java955 FactoryResetActivity.sendNotification(mContext, callback); in onFactoryReset()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java917 public void sendNotification(int serverIf, String address, int handle, boolean confirm, in sendNotification() method in GattService.BluetoothGattBinder
923 service.sendNotification(serverIf, address, handle, confirm, value, attributionSource); in sendNotification()
3589 void sendNotification(int serverIf, String address, int handle, boolean confirm, byte[] value, in sendNotification() method in GattService