Searched refs:mActiveNotifications (Results 1 – 2 of 2) sorted by relevance
118 private final ArrayMap<String, NotificationEntry> mActiveNotifications = new ArrayMap<>(); field in NotificationEntryManager282 NotificationEntry e = mActiveNotifications.get(key); in obtainVisibility()290 final int count = mActiveNotifications.size(); in obtainVisibility()363 final boolean isUpdateToInflatedNotif = mActiveNotifications.containsKey(sbn.getKey());401 mActiveNotifications.put(entry.getKey(), entry); in addActiveNotification()413 mActiveNotifications.put(entry.getKey(), entry); in addActiveNotificationForTest()768 return mActiveNotifications.get(key); in getActiveNotificationUnfiltered()779 return mActiveNotifications.get(key); in getPendingOrActiveNotif()811 NotificationEntry removed = mActiveNotifications.remove(key); in removeVisibleNotification()822 final int len = mActiveNotifications.size(); in getActiveNotificationsForCurrentUser()[all …]
144 private ArrayList<NotificationEntry> mActiveNotifications; field in StatusBarNotificationActivityStarterTest172 mActiveNotifications = new ArrayList<>(); in setUp()173 mActiveNotifications.add(mNotificationRow.getEntry()); in setUp()174 mActiveNotifications.add(mBubbleNotificationRow.getEntry()); in setUp()175 when(mEntryManager.getVisibleNotifications()).thenReturn(mActiveNotifications); in setUp()