/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/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | MyServiceClient.java | 96 public void sendNotification(int notificationId, String notificationType) in sendNotification() method in MyServiceClient 98 mService.sendNotification(notificationId, notificationType); in sendNotification()
|
D | AbstractDozeModeTestCase.java | 123 sendNotification(id, type); in testNotification()
|
D | AbstractRestrictBackgroundNetworkTestCase.java | 938 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/ |
D | MyService.java | 91 public void sendNotification(int notificationId, String notificationType) { 92 MyBroadcastReceiver .sendNotification(getApplicationContext(), NOTIFICATION_CHANNEL_ID,
|
D | MyBroadcastReceiver.java | 203 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/ |
D | IMyService.aidl | 28 void sendNotification(int notificationId, String notificationType); in sendNotification() method
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DbModifierWithNotification.java | 168 mVoicemailNotifier.sendNotification(); in notifyVoicemailChange() 333 mVoicemailNotifier.sendNotification(); in finishBulkOperation()
|
D | VoicemailNotifier.java | 64 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/services/Car/service/src/com/android/car/admin/ |
D | FactoryResetActivity.java | 65 public static void sendNotification(Context context, IResultReceiver callback) { in sendNotification() method in FactoryResetActivity
|
/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/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 152 verify(notifier, Mockito.times(1)).sendNotification(); in testBulkInsert()
|
/packages/services/Car/service/src/com/android/car/ |
D | ICarImpl.java | 955 FactoryResetActivity.sendNotification(mContext, callback); in onFactoryReset()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 917 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
|