Home
last modified time | relevance | path

Searched refs:postNotification (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java271 testReceiver.postNotification(TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_broadcastDispatchedCount()
293 testReceiver.postNotification(TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_broadcastDispatchedCount()
359 testReceiver.postNotification(TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_notificationPostedCount()
415 testReceiver.postNotification(TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_notificationUpdatedCount()
440 testReceiver.postNotification(TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_notificationUpdatedCount()
496 testReceiver.postNotification(TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_notificationCancelledCount()
598 testReceiver.postNotification(TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_multipleEvents()
615 testReceiver.postNotification(TEST_NOTIFICATION_ID_2, in testBroadcastResponseStats_multipleEvents()
633 testReceiver.postNotification(TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_multipleEvents()
649 testReceiver.postNotification(TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_multipleEvents()
[all …]
/cts/tests/tests/app.usage/TestApp1/aidl/android/app/usage/cts/
DITestReceiver.aidl23 void postNotification(int notificationId, in Notification notification); in postNotification() method
/cts/tests/app/shared/src/android/app/stubs/shared/
DICloseSystemDialogsTestsService.aidl40 void postNotification(int notificationId, in ResultReceiver receiver, boolean usePendingIntent); in postNotification() method
DCloseSystemDialogsTestService.java114 public void postNotification(int notificationId, ResultReceiver receiver, in postNotification() method in CloseSystemDialogsTestService.Binder
/cts/tests/tests/notification/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java126 postNotification(notificationId, in handleMessage()
135 postNotification(notificationId, in handleMessage()
172 private void postNotification(int notificationId, PendingIntent intent) { in postNotification() method in NotificationTrampolineTestService
/cts/tests/tests/app.usage/TestApp1/src/android/app/usage/cts/test1/
DTestService.java52 public void postNotification(int notificationId, Notification notification) { in postNotification() method in TestService.TestReceiver
/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java241 mService.postNotification(notificationId, new FutureReceiver(result), in testCloseSystemDialogs_inTrampolineWhenTargetSdkCurrent_isBlockedAndThrows()
257 mService.postNotification(notificationId, new FutureReceiver(result), in testCloseSystemDialogs_inTrampolineWhenTargetSdk30_isSent()
274 mService.postNotification(notificationId, new FutureReceiver(result), in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdkCurrent_isBlocked()
289 mService.postNotification(notificationId, new FutureReceiver(result), in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdk30_isSent()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1047 receiver.postNotification(TEST_NOTIFICATION_ID_1, in testNotificationSeen_verifyBucket()
1123 receiver.postNotification(TEST_NOTIFICATION_ID_1, in testNotificationSeen_verifyBucket_retainPreTImpact()
1191 testReceiver.postNotification(TEST_NOTIFICATION_ID_1, in testNotificationSeen_noImpact()