Searched refs:notifyPostedLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3976 mListeners.notifyPostedLocked(r, r);
4472 mListeners.notifyPostedLocked(r, old);
6532 public void notifyPostedLocked(NotificationRecord r, NotificationRecord old) { method in class:NotificationManagerService.NotificationListeners
6533 notifyPostedLocked(r, old, true);
6541 private void notifyPostedLocked(NotificationRecord r, NotificationRecord old, method in class:NotificationManagerService.NotificationListeners
6734 * NotificationListeners#notifyPostedLocked()
6744 // for listeners that target < P, notifyPostedLocked
6748 mListeners.notifyPostedLocked(rec, rec, false);

Completed in 63 milliseconds