Home
last modified time | relevance | path

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

/cts/tests/app/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java121 postNotification(notificationId, in handleMessage()
130 postNotification(notificationId, in handleMessage()
165 private void postNotification(int notificationId, PendingIntent intent) { in postNotification() method in NotificationTrampolineTestService
/cts/tests/app/shared/src/android/app/stubs/shared/
DICloseSystemDialogsTestsService.aidl40 void postNotification(int notificationId, in ResultReceiver receiver, boolean usePendingIntent); in postNotification() method
DCloseSystemDialogsTestService.java113 public void postNotification(int notificationId, ResultReceiver receiver, in postNotification() method in CloseSystemDialogsTestService.Binder
/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java212 mService.postNotification(notificationId, new FutureReceiver(result), in testCloseSystemDialogs_inTrampolineWhenTargetSdkCurrent_isBlockedAndThrows()
227 mService.postNotification(notificationId, new FutureReceiver(result), in testCloseSystemDialogs_inTrampolineWhenTargetSdk30_isSent()
244 mService.postNotification(notificationId, new FutureReceiver(result), in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdkCurrent_isBlocked()
259 mService.postNotification(notificationId, new FutureReceiver(result), in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdk30_isSent()