Searched refs:activeNotifications (Results 1 – 7 of 7) sorted by relevance
60 StatusBarNotification[] activeNotifications = super.getActiveNotifications(); in getActiveNotifications() local62 activeNotifications = plugin.getActiveNotifications(activeNotifications); in getActiveNotifications()64 return activeNotifications; in getActiveNotifications()
95 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in hideAllNotifications() local97 if (activeNotifications == null) { in hideAllNotifications()101 for (StatusBarNotification notification : activeNotifications) { in hideAllNotifications()155 StatusBarNotification[] activeNotifications = in isPackageInstallNotificationActive() local158 for (StatusBarNotification notification : activeNotifications) { in isPackageInstallNotificationActive()
62 StatusBarNotification[] activeNotifications) { in getActiveNotifications() argument63 return activeNotifications; in getActiveNotifications()
156 List<NotificationEntry> activeNotifications = mEntryManager.getVisibleNotifications(); in updateNotificationViews() local157 ArrayList<ExpandableNotificationRow> toShow = new ArrayList<>(activeNotifications.size()); in updateNotificationViews()158 final int N = activeNotifications.size(); in updateNotificationViews()160 NotificationEntry ent = activeNotifications.get(i); in updateNotificationViews()
953 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications() local954 return activeNotifications != null ? activeNotifications : new StatusBarNotification[0]; in getActiveNotifications()989 StatusBarNotification[] activeNotifications = getActiveNotifications(null, trim); in getActiveNotifications() local990 return activeNotifications != null ? activeNotifications : new StatusBarNotification[0]; in getActiveNotifications()1006 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications() local1007 return activeNotifications != null ? activeNotifications : new StatusBarNotification[0]; in getActiveNotifications()
130 List<NotificationEntry> activeNotifications = mEntryManager.getVisibleNotifications();131 int N = activeNotifications.size();133 NotificationEntry entry = activeNotifications.get(i);
556 StatusBarNotification[] activeNotifications = nm.getActiveNotifications(); in cancelExistingNotifications() local557 if (activeNotifications.length == 0) { in cancelExistingNotifications()561 Log.w(TAG, getName() + ": " + activeNotifications.length + " active notifications"); in cancelExistingNotifications()