/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/migration/ |
D | MigrationUiStateManagerTest.java | 104 .sendNotification(anyInt(), any(UserHandle.class)); in testStateChanged_idle_noNotificationSent() 117 .sendNotification( in testStateChanged_appUpdateNeeded_noMigrationUiAppUpdateNeededNotificationSent() 133 .sendNotification( in testStateChanged_moduleUpdateNeeded_migrationUiModuleUpdateNeededNotificationSent() 154 .sendNotification( in testStateChanged_allowedPaused_noMigrationUiPausedNotificationSent() 172 .sendNotification( in testStateChanged_allowedError_noMigrationUiCancelledNotificationSent() 191 .sendNotification( in testStateChanged_inProgressPaused_migrationUiPausedNotificationSent() 206 .sendNotification( in testStateChanged_inProgress_noMigrationUiInProgressNotificationSent() 222 .sendNotification(anyInt(), any(UserHandle.class)); in testStateChanged_completeFromIdle_noNotificationSent() 236 .sendNotification( in testStateChanged_complete_noMigrationUiCompleteNotificationSent()
|
/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/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/ |
D | MyServiceClient.java | 112 public void sendNotification(int notificationId, String notificationType) in sendNotification() method in MyServiceClient 115 mService.sendNotification(notificationId, notificationType); in sendNotification()
|
D | AbstractDozeModeTestCase.java | 125 sendNotification(id, type); in testNotification()
|
D | AbstractRestrictBackgroundNetworkTestCase.java | 1101 protected void sendNotification(int notificationId, String notificationType) throws Exception { 1104 mServiceClient.sendNotification(notificationId, notificationType);
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/ |
D | MigrationUiStateManager.java | 125 mMigrationNotificationSender.sendNotification( in onMigrationStateChanged() 131 mMigrationNotificationSender.sendNotification( in onMigrationStateChanged()
|
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/ |
D | MyService.java | 94 public void sendNotification(int notificationId, String notificationType) { 95 MyBroadcastReceiver.sendNotification(getApplicationContext(), NOTIFICATION_CHANNEL_ID,
|
D | MyBroadcastReceiver.java | 125 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification() method in MyBroadcastReceiver
|
/packages/modules/Connectivity/tests/cts/hostside-network-policy/aidl/com/android/cts/netpolicy/hostside/ |
D | IMyService.aidl | 29 void sendNotification(int notificationId, String notificationType); in sendNotification() method
|
/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/ |
D | SafetyCenterNotificationLoggingHelperTests.kt | 70 fun sendNotification() { in sendNotification() method in android.safetycenter.hostside.device.SafetyCenterNotificationLoggingHelperTests
|
/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/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 595 public void sendNotification() throws Exception { in sendNotification() method in GattServiceBinderTest 602 mBinder.sendNotification(serverIf, address, handle, confirm, value, mAttributionSource); in sendNotification() 605 .sendNotification(serverIf, address, handle, confirm, value, mAttributionSource); in sendNotification()
|
D | GattServiceTest.java | 592 public void sendNotification() throws Exception { in sendNotification() method in GattServiceTest 602 mService.sendNotification(serverIf, address, handle, confirm, value, mAttributionSource); in sendNotification() 607 mService.sendNotification(serverIf, address, handle, confirm, value, mAttributionSource); in sendNotification()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/ |
D | MigrationNotificationSender.java | 64 public void sendNotification( in sendNotification() method in MigrationNotificationSender
|
/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/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/ |
D | AppSearchImpl.java | 686 boolean sendNotification = false; in doSetSchemaWithChangeNotificationLocked() 688 sendNotification = true; // Type configuration was modified in doSetSchemaWithChangeNotificationLocked() 690 sendNotification = true; // Newly granted visibility or type was created in doSetSchemaWithChangeNotificationLocked() 692 sendNotification = true; // Revoked visibility or type was deleted in doSetSchemaWithChangeNotificationLocked() 697 if (sendNotification) { in doSetSchemaWithChangeNotificationLocked()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/ |
D | AccessibilitySourceService.kt | 160 sendNotification(serviceToBeNotified, sessionId) in processAccessibilityJob() 180 private suspend fun sendNotification( in sendNotification() method in com.android.permissioncontroller.privacysources.AccessibilitySourceService
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 173 int sendNotification(in int serverIf, in String address, in int handle, in sendNotification() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServer.java | 937 return mService.sendNotification( in notifyCharacteristicChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 974 public int sendNotification( in sendNotification() method in GattService.BluetoothGattBinder 985 return service.sendNotification( in sendNotification() 3333 int sendNotification( in sendNotification() method in GattService
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 153 verify(notifier, Mockito.times(1)).sendNotification(); in testBulkInsert()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1450 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->sendNotification(ILjava/lang/String;IZ[B)V 1562 Landroid/bluetooth/IBluetoothGatt;->sendNotification(ILjava/lang/String;IZ[B)V
|