Searched refs:activeNotifications (Results 1 – 4 of 4) sorted by relevance
93 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
72 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in throttle() local73 if (activeNotifications.length > HIGH_GLOBAL_NOTIFICATION_COUNT in throttle()78 activeNotifications.length); in throttle()86 for (StatusBarNotification currentNotification : activeNotifications) { in throttle()
163 Map<String, StatusBarNotification> activeNotifications) { in maybeShowHeadsUp() argument170 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()
118 public void onNotificationFullRefresh(List<StatusBarNotification> activeNotifications) { in onNotificationFullRefresh() argument119 if (activeNotifications == null) return; in onNotificationFullRefresh()123 for (StatusBarNotification notification : activeNotifications) { in onNotificationFullRefresh()