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/phone/
DNotificationGroupManager.java54 private HashMap<String, StatusBarNotification> mIsolatedEntries = new HashMap<>(); field in NotificationGroupManager
107 mIsolatedEntries.remove(removed.key); in onEntryRemoved()
231 for (StatusBarNotification sbn : mIsolatedEntries.values()) { in getNumberOfIsolatedChildren()
240 for (StatusBarNotification sbn : mIsolatedEntries.values()) { in getIsolatedChild()
262 mIsolatedEntries.put(entry.key, entry.notification); in onEntryUpdated()
438 return mIsolatedEntries.containsKey(sbn.getKey()); in isIsolated()
517 mIsolatedEntries.put(sbn.getKey(), sbn); in isolateNotification()
537 if (mIsolatedEntries.containsKey(sbn.getKey())) { in stopIsolatingNotification()
540 mIsolatedEntries.remove(sbn.getKey()); in stopIsolatingNotification()
563 pw.println("\n isolated entries: " + mIsolatedEntries.size()); in dump()
[all …]