Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/migration/
DMigrationUiStateManagerTest.java104 .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/
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
485 service.sendNotification( in createChannelLogoCallback()
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/
DMyServiceClient.java112 public void sendNotification(int notificationId, String notificationType) in sendNotification() method in MyServiceClient
115 mService.sendNotification(notificationId, notificationType); in sendNotification()
DAbstractDozeModeTestCase.java125 sendNotification(id, type); in testNotification()
DAbstractRestrictBackgroundNetworkTestCase.java1101 protected void sendNotification(int notificationId, String notificationType) throws Exception {
1104 mServiceClient.sendNotification(notificationId, notificationType);
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/
DMigrationUiStateManager.java125 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/
DMyService.java94 public void sendNotification(int notificationId, String notificationType) {
95 MyBroadcastReceiver.sendNotification(getApplicationContext(), NOTIFICATION_CHANNEL_ID,
DMyBroadcastReceiver.java125 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/
DIMyService.aidl29 void sendNotification(int notificationId, String notificationType); in sendNotification() method
/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/
DSafetyCenterNotificationLoggingHelperTests.kt70 fun sendNotification() { in sendNotification() method in android.safetycenter.hostside.device.SafetyCenterNotificationLoggingHelperTests
/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/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java595 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()
DGattServiceTest.java592 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/
DMigrationNotificationSender.java64 public void sendNotification( in sendNotification() method in MigrationNotificationSender
/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/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java686 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/
DAccessibilitySourceService.kt160 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/
DIBluetoothGatt.aidl173 int sendNotification(in int serverIf, in String address, in int handle, in sendNotification() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServer.java937 return mService.sendNotification( in notifyCharacteristicChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java974 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/
DVoicemailProviderTest.java153 verify(notifier, Mockito.times(1)).sendNotification(); in testBulkInsert()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1450 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->sendNotification(ILjava/lang/String;IZ[B)V
1562 Landroid/bluetooth/IBluetoothGatt;->sendNotification(ILjava/lang/String;IZ[B)V