Home
last modified time | relevance | path

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

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