Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java76 private void addNotification(NotificationEntry entry, int importance) { in addNotification() method in ForegroundServiceNotificationListener
DForegroundServicesUserState.java92 public void addNotification(ArrayMap<String, ArraySet<String>> map, String pkg, in addNotification() method in ForegroundServicesUserState
/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/statusbar/notification/stack/
DNotificationChildrenContainer.java304 public void addNotification(ExpandableNotificationRow row, int childIndex) { in addNotification() method in NotificationChildrenContainer
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryManager.java241 public void addNotification(@NonNull final HistoricalNotification notification) { in addNotification() method in NotificationHistoryManager
DNotificationHistoryDatabase.java161 public void addNotification(final HistoricalNotification notification) { in addNotification() method in NotificationHistoryDatabase
DNotificationManagerService.java2119 void addNotification(NotificationRecord r) { in addNotification() method in NotificationManagerService