Searched refs:activeNotifications (Results 1 – 11 of 11) sorted by relevance
58 StatusBarNotification[] activeNotifications = super.getActiveNotifications(); in getActiveNotifications() local60 activeNotifications = plugin.getActiveNotifications(activeNotifications); in getActiveNotifications()62 return activeNotifications; in getActiveNotifications()
2705 ArrayList<NotificationEntry> activeNotifications = mEntryManager.getNotificationData() in resetUserExpandedStates() local2707 final int notificationCount = activeNotifications.size(); in resetUserExpandedStates()2709 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()
143 ArrayList<NotificationEntry> activeNotifications = mEntryManager.getNotificationData() in updateNotificationViews() local145 ArrayList<ExpandableNotificationRow> toShow = new ArrayList<>(activeNotifications.size()); in updateNotificationViews()146 final int N = activeNotifications.size(); in updateNotificationViews()148 NotificationEntry ent = activeNotifications.get(i); in updateNotificationViews()
278 ArrayList<NotificationEntry> activeNotifications = in findAndUpdateMediaNotifications() local280 final int N = activeNotifications.size(); in findAndUpdateMediaNotifications()286 final NotificationEntry entry = activeNotifications.get(i); in findAndUpdateMediaNotifications()326 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);
114 if (!entryManager.notificationData.activeNotifications.contains(entry)) { in <lambda>()
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()