Searched refs:postNotification (Results 1 – 4 of 4) sorted by relevance
/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 | 113 public void postNotification(int notificationId, ResultReceiver receiver, in postNotification() method in CloseSystemDialogsTestService.Binder
|
/cts/tests/app/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/ |
D | NotificationTrampolineTestService.java | 121 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/src/android/app/cts/ |
D | CloseSystemDialogsTest.java | 212 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()
|