Searched defs:mIsolatedEntries (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java44 private HashMap<String, StatusBarNotification> mIsolatedEntries = new HashMap<>(); field in class:NotificationGroupManager
76 mIsolatedEntries.remove(removed.key);
176 for (StatusBarNotification sbn : mIsolatedEntries.values()) {
185 for (StatusBarNotification sbn : mIsolatedEntries.values()) {
200 mIsolatedEntries.put(entry.key, entry.notification);
337 return mIsolatedEntries.containsKey(sbn.getKey());
381 mIsolatedEntries.put(sbn.getKey(), sbn);
394 if (mIsolatedEntries.containsKey(sbn.getKey())) {
397 mIsolatedEntries.remove(sbn.getKey());
455 pw.println("\n isolated entries: " + mIsolatedEntries
[all...]

Completed in 47 milliseconds