Searched refs:activeNotifications (Results 1 – 3 of 3) sorted by relevance
98 final StatusBarNotification[] activeNotifications = in updateForegroundState() local100 for (final StatusBarNotification notification : activeNotifications) { in updateForegroundState()
672 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();673 int N = activeNotifications.size();675 Entry entry = activeNotifications.get(i);1292 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in updateNotificationsOnDensityOrFontScaleChanged() local1293 for (int i = 0; i < activeNotifications.size(); i++) { in updateNotificationsOnDensityOrFontScaleChanged()1294 Entry entry = activeNotifications.get(i); in updateNotificationsOnDensityOrFontScaleChanged()1849 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in updateNotificationShade() local1850 ArrayList<ExpandableNotificationRow> toShow = new ArrayList<>(activeNotifications.size()); in updateNotificationShade()1851 final int N = activeNotifications.size(); in updateNotificationShade()1853 Entry ent = activeNotifications.get(i); in updateNotificationShade()[all …]
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()