Searched defs:postNotification (Results 1 – 5 of 5) sorted by relevance
23 void postNotification(int notificationId, in Notification notification); in postNotification() method
40 void postNotification(int notificationId, in ResultReceiver receiver, boolean usePendingIntent); in postNotification() method
114 public void postNotification(int notificationId, ResultReceiver receiver, in postNotification() method in CloseSystemDialogsTestService.Binder
52 public void postNotification(int notificationId, Notification notification) { in postNotification() method in TestService.TestReceiver
172 private void postNotification(int notificationId, PendingIntent intent) { in postNotification() method in NotificationTrampolineTestService