Searched refs:mIsolatedEntries (Results 1 – 1 of 1) sorted by relevance
44 private HashMap<String, StatusBarNotification> mIsolatedEntries = new HashMap<>(); field in NotificationGroupManager77 mIsolatedEntries.remove(removed.key); in onEntryRemoved()170 for (StatusBarNotification sbn : mIsolatedEntries.values()) { in getNumberOfIsolatedChildren()179 for (StatusBarNotification sbn : mIsolatedEntries.values()) { in getIsolatedChild()201 mIsolatedEntries.put(entry.key, entry.notification); in onEntryUpdated()336 return mIsolatedEntries.containsKey(sbn.getKey()); in isIsolated()380 mIsolatedEntries.put(sbn.getKey(), sbn); in onHeadsUpStateChanged()393 if (mIsolatedEntries.containsKey(sbn.getKey())) { in onHeadsUpStateChanged()396 mIsolatedEntries.remove(sbn.getKey()); in onHeadsUpStateChanged()454 pw.println("\n isolated entries: " + mIsolatedEntries.size()); in dump()[all …]