Home
last modified time | relevance | path

Searched refs:mIsolatedEntries (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java82 private HashMap<String, StatusBarNotification> mIsolatedEntries = new HashMap<>(); field in NotificationGroupManagerLegacy
154 StatusBarNotification oldSbn = mIsolatedEntries.remove(removed.getKey()); in onEntryRemoved()
462 for (StatusBarNotification sbn : mIsolatedEntries.values()) { in getNumberOfIsolatedChildren()
474 for (StatusBarNotification sbn : mIsolatedEntries.values()) { in getImportantConversations()
521 mIsolatedEntries.put(entry.getKey(), entry.getSbn()); in onEntryUpdated()
659 for (StatusBarNotification sbn : mIsolatedEntries.values()) { in getLogicalChildren()
717 return mIsolatedEntries.containsKey(sbnKey); in isIsolated()
796 mIsolatedEntries.put(entry.getKey(), entry.getSbn()); in isolateNotification()
843 mIsolatedEntries.remove(entry.getKey()); in stopIsolatingNotification()
869 pw.println("\n isolated entries: " + mIsolatedEntries.size()); in dump()
[all …]