Searched refs:mIsolatedEntries (Results 1 – 1 of 1) sorted by relevance
50 private HashMap<String, StatusBarNotification> mIsolatedEntries = new HashMap<>(); field in NotificationGroupManager84 mIsolatedEntries.remove(removed.key); in onEntryRemoved()287 for (StatusBarNotification sbn : mIsolatedEntries.values()) { in getNumberOfIsolatedChildren()296 for (StatusBarNotification sbn : mIsolatedEntries.values()) { in getIsolatedChild()318 mIsolatedEntries.put(entry.key, entry.notification); in onEntryUpdated()453 return mIsolatedEntries.containsKey(sbn.getKey()); in isIsolated()497 mIsolatedEntries.put(sbn.getKey(), sbn); in onHeadsUpStateChanged()510 if (mIsolatedEntries.containsKey(sbn.getKey())) { in onHeadsUpStateChanged()513 mIsolatedEntries.remove(sbn.getKey()); in onHeadsUpStateChanged()616 pw.println("\n isolated entries: " + mIsolatedEntries.size()); in dump()[all …]