/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 485 service.sendNotification( in createChannelLogoCallback()
|
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/ |
D | BluetoothGattServerConnection.java | 261 sendNotification(characteristic, NotificationType.NOTIFICATION, data); in handleCharacteristicConfigurationChange() 273 sendNotification(characteristic, NotificationType.INDICATION, data); in handleCharacteristicConfigurationChange() 396 private void sendNotification(final BluetoothGattCharacteristic characteristic, in sendNotification() method in BluetoothGattServerConnection 403 mBluetoothGattServerHelper.sendNotification(mBluetoothDevice, in sendNotification()
|
D | BluetoothGattServerHelper.java | 174 public void sendNotification( in sendNotification() method in BluetoothGattServerHelper
|
/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 | 986 protected void sendNotification(int notificationId, String notificationType) throws Exception { 989 mServiceClient.sendNotification(notificationId, notificationType);
|
/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/ |
D | MyService.java | 96 public void sendNotification(int notificationId, String notificationType) { 97 MyBroadcastReceiver .sendNotification(getApplicationContext(), NOTIFICATION_CHANNEL_ID,
|
D | MyBroadcastReceiver.java | 209 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification() method in MyBroadcastReceiver
|
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/ |
D | FastPairSimulator.java | 1149 void sendNotification(byte[] data) { in sendNotification() method in FastPairSimulator.NotifiableGattServlet 1374 sendNotification( in startGattServer() 1551 sendNotification(encryptedAddress); in startGattServer() 1564 mDeviceNameServlet.sendNotification(encryptedResponse); in startGattServer() 1849 sendNotification( in startGattServer() 1871 sendNotification( in startGattServer() 1879 sendNotification( in startGattServer() 1991 mPasskeyServlet.sendNotification( in sendPasskeyToRemoteDevice()
|
/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/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceTest.java | 606 public void sendNotification() throws Exception { in sendNotification() method in GattServiceTest 616 mService.sendNotification(serverIf, address, handle, confirm, value, mAttributionSource); in sendNotification() 620 mService.sendNotification(serverIf, address, handle, confirm, value, mAttributionSource); in sendNotification()
|
D | GattServiceBinderTest.java | 566 public void sendNotification() throws Exception { in sendNotification() method in GattServiceBinderTest 573 mBinder.sendNotification(serverIf, address, handle, confirm, value, in sendNotification() 576 verify(mService).sendNotification(serverIf, address, handle, confirm, value, in sendNotification()
|
/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/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/ |
D | IBluetoothGatt.java | 131 void sendNotification(int serverIf, String address, int srvcType, in sendNotification() method
|
/packages/modules/Bluetooth/system/service/doc/ |
D | IBluetoothGattServer.txt | 72 boolean sendNotification(in int server_if, in String device_address,
|
D | IBluetoothGattServerCallback.txt | 128 * IBluetoothGattServer.sendNotification. If an indication was sent, this will
|
/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/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/ |
D | AppSearchImpl.java | 640 boolean sendNotification = false; in doSetSchemaWithChangeNotificationLocked() 642 sendNotification = true; // Type configuration was modified in doSetSchemaWithChangeNotificationLocked() 644 sendNotification = true; // Newly granted visibility or type was created in doSetSchemaWithChangeNotificationLocked() 646 sendNotification = true; // Revoked visibility or type was deleted in doSetSchemaWithChangeNotificationLocked() 651 if (sendNotification) { in doSetSchemaWithChangeNotificationLocked()
|
/packages/modules/Bluetooth/system/binder/android/bluetooth/ |
D | IBluetoothGatt.aidl | 172 void sendNotification(in int serverIf, in String address, in int handle, in sendNotification() method
|
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/ |
D | IBluetoothGattImpl.java | 587 public void sendNotification( in sendNotification() method in IBluetoothGattImpl
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1379 public void sendNotification(int serverIf, String address, int handle, boolean confirm, in sendNotification() method in GattService.BluetoothGattBinder 1383 receiver.send(sendNotification(serverIf, address, handle, confirm, value, in sendNotification() 1389 private int sendNotification(int serverIf, String address, int handle, boolean confirm, in sendNotification() method in GattService.BluetoothGattBinder 1395 return service.sendNotification(serverIf, address, handle, confirm, value, in sendNotification() 4412 int sendNotification(int serverIf, String address, int handle, boolean confirm, byte[] value, in sendNotification() method in GattService
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServer.java | 805 mService.sendNotification(mServerIf, device.getAddress(), in notifyCharacteristicChanged()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 152 verify(notifier, Mockito.times(1)).sendNotification(); in testBulkInsert()
|