Searched refs:mUngroupedNotifications (Results 1 – 1 of 1) sorted by relevance
75 private final ArrayMap<String, ArrayMap<String, NotificationAttributes>> mUngroupedNotifications field in GroupHelper155 synchronized (mUngroupedNotifications) { in maybeGroup()158 mUngroupedNotifications.getOrDefault(packageKey, new ArrayMap<>()); in maybeGroup()164 mUngroupedNotifications.put(packageKey, children); in maybeGroup()232 synchronized (mUngroupedNotifications) { in maybeUngroup()235 mUngroupedNotifications.getOrDefault(key, new ArrayMap<>()); in maybeUngroup()292 synchronized (mUngroupedNotifications) { in getNotGroupedByAppCount()295 mUngroupedNotifications.getOrDefault(key, new ArrayMap<>()); in getNotGroupedByAppCount()