Searched refs:activeNotifications (Results 1 – 10 of 10) sorted by relevance
58 StatusBarNotification[] activeNotifications = super.getActiveNotifications(); in getActiveNotifications() local60 activeNotifications = plugin.getActiveNotifications(activeNotifications); in getActiveNotifications()62 return activeNotifications; in getActiveNotifications()
2603 ArrayList<NotificationEntry> activeNotifications = mEntryManager.getNotificationData() in resetUserExpandedStates() local2605 final int notificationCount = activeNotifications.size(); in resetUserExpandedStates()2607 NotificationEntry entry = activeNotifications.get(i); in resetUserExpandedStates()
94 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in hideAllNotifications() local96 if (activeNotifications == null) { in hideAllNotifications()100 for (StatusBarNotification notification : activeNotifications) { in hideAllNotifications()154 StatusBarNotification[] activeNotifications = in isPackageInstallNotificationActive() local157 for (StatusBarNotification notification : activeNotifications) { in isPackageInstallNotificationActive()
41 StatusBarNotification[] activeNotifications) { in getActiveNotifications() argument42 return activeNotifications; in getActiveNotifications()
98 final StatusBarNotification[] activeNotifications = in updateForegroundState() local100 for (final StatusBarNotification notification : activeNotifications) { in updateForegroundState()
139 ArrayList<NotificationEntry> activeNotifications = mEntryManager.getNotificationData() in updateNotificationViews() local141 ArrayList<ExpandableNotificationRow> toShow = new ArrayList<>(activeNotifications.size()); in updateNotificationViews()142 final int N = activeNotifications.size(); in updateNotificationViews()144 NotificationEntry ent = activeNotifications.get(i); in updateNotificationViews()
257 ArrayList<NotificationEntry> activeNotifications = in findAndUpdateMediaNotifications() local259 final int N = activeNotifications.size(); in findAndUpdateMediaNotifications()265 final NotificationEntry entry = activeNotifications.get(i); in findAndUpdateMediaNotifications()305 final NotificationEntry entry = activeNotifications.get(i); in findAndUpdateMediaNotifications()
833 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications() local834 return activeNotifications != null ? activeNotifications : new StatusBarNotification[0]; in getActiveNotifications()869 StatusBarNotification[] activeNotifications = getActiveNotifications(null, trim); in getActiveNotifications() local870 return activeNotifications != null ? activeNotifications : new StatusBarNotification[0]; in getActiveNotifications()886 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications() local887 return activeNotifications != null ? activeNotifications : new StatusBarNotification[0]; in getActiveNotifications()
124 ArrayList<NotificationEntry> activeNotifications = mEntryManager126 int N = activeNotifications.size();128 NotificationEntry entry = activeNotifications.get(i);
643 StatusBarNotification[] activeNotifications = nm.getActiveNotifications(); in cancelExistingNotifications() local644 if (activeNotifications.length == 0) { in cancelExistingNotifications()648 Log.w(TAG, getName() + ": " + activeNotifications.length + " active notifications"); in cancelExistingNotifications()