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.java56 private HashMap<String, StatusBarNotification> mIsolatedEntries = new HashMap<>(); field in NotificationGroupManager
102 mIsolatedEntries.remove(removed.key); in onEntryRemoved()
216 for (StatusBarNotification sbn : mIsolatedEntries.values()) { in getNumberOfIsolatedChildren()
225 for (StatusBarNotification sbn : mIsolatedEntries.values()) { in getIsolatedChild()
247 mIsolatedEntries.put(entry.key, entry.notification); in onEntryUpdated()
412 return mIsolatedEntries.containsKey(sbn.getKey()); in isIsolated()
508 mIsolatedEntries.put(sbn.getKey(), sbn); in isolateNotification()
528 if (mIsolatedEntries.containsKey(sbn.getKey())) { in stopIsolatingNotification()
531 mIsolatedEntries.remove(sbn.getKey()); in stopIsolatingNotification()
554 pw.println("\n isolated entries: " + mIsolatedEntries.size()); in dump()
[all …]