Home
last modified time | relevance | path

Searched refs:activeNotifications (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java93 List<StatusBarNotification> activeNotifications;
96 activeNotifications = filterNotifications(getActiveNotifications());
99 activeNotifications = new ArrayList<StatusBarNotification>();
103 activeNotifications = new ArrayList<StatusBarNotification>();
106 mUiHandler.obtainMessage(message.what, activeNotifications).sendToTarget();
393 void onNotificationFullRefresh(List<StatusBarNotification> activeNotifications); in onNotificationFullRefresh() argument
/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationThrottler.java72 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in throttle() local
73 if (activeNotifications.length > HIGH_GLOBAL_NOTIFICATION_COUNT in throttle()
78 activeNotifications.length); in throttle()
86 for (StatusBarNotification currentNotification : activeNotifications) { in throttle()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java163 Map<String, StatusBarNotification> activeNotifications) { in maybeShowHeadsUp() argument
170 activeNotifications.put(statusBarNotification.getKey(), statusBarNotification); in maybeShowHeadsUp()
179 activeNotifications.put(statusBarNotification.getKey(), statusBarNotification); in maybeShowHeadsUp()
182 if (!activeNotifications.containsKey(statusBarNotification.getKey()) || canUpdate( in maybeShowHeadsUp()
187 activeNotifications.put(statusBarNotification.getKey(), statusBarNotification); in maybeShowHeadsUp()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java113 public void onNotificationFullRefresh(List<StatusBarNotification> activeNotifications) { in onNotificationFullRefresh() argument
114 if (activeNotifications == null) return; in onNotificationFullRefresh()
118 for (StatusBarNotification notification : activeNotifications) { in onNotificationFullRefresh()