Home
last modified time | relevance | path

Searched defs:addNotification (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNotificationListenerController.java79 void addNotification(StatusBarNotification sbn); in addNotification() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationListenerWithPlugins.java159 public void addNotification(StatusBarNotification sbn) { in getProvider() method in NotificationListenerWithPlugins
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServicesUserState.java92 public void addNotification(ArrayMap<String, ArraySet<String>> map, String pkg, in addNotification() method in ForegroundServicesUserState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java326 public void addNotification(ExpandableNotificationRow row, int childIndex) { in addNotification() method in NotificationChildrenContainer
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryManager.java245 public void addNotification(@NonNull final HistoricalNotification notification) { in addNotification() method in NotificationHistoryManager
DNotificationHistoryDatabase.java162 public void addNotification(final HistoricalNotification notification) { in addNotification() method in NotificationHistoryDatabase
DNotificationManagerService.java2326 void addNotification(NotificationRecord r) { in addNotification() method in NotificationManagerService