/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/ |
D | BroadcastResponseStatsTest.java | 271 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/ |
D | ITestReceiver.aidl | 23 void postNotification(int notificationId, in Notification notification); in postNotification() method
|
/cts/tests/app/shared/src/android/app/stubs/shared/ |
D | ICloseSystemDialogsTestsService.aidl | 40 void postNotification(int notificationId, in ResultReceiver receiver, boolean usePendingIntent); in postNotification() method
|
D | CloseSystemDialogsTestService.java | 114 public void postNotification(int notificationId, ResultReceiver receiver, in postNotification() method in CloseSystemDialogsTestService.Binder
|
/cts/tests/tests/notification/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/ |
D | NotificationTrampolineTestService.java | 126 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/ |
D | TestService.java | 52 public void postNotification(int notificationId, Notification notification) { in postNotification() method in TestService.TestReceiver
|
/cts/tests/app/src/android/app/cts/ |
D | CloseSystemDialogsTest.java | 241 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/ |
D | UsageStatsTest.java | 1047 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()
|