Home
last modified time | relevance | path

Searched defs:postNotification (Results 1 – 3 of 3) sorted by relevance

/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/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java165 private void postNotification(int notificationId, PendingIntent intent) { in postNotification() method in NotificationTrampolineTestService