Searched refs:mUngroupedNotifications (Results 1 – 2 of 2) sorted by relevance
51 Map<Integer, Map<String, LinkedHashSet<String>>> mUngroupedNotifications = new HashMap<>(); field in GroupHelper107 synchronized (mUngroupedNotifications) { in onNotificationPosted()109 = mUngroupedNotifications.get(sbn.getUserId()); in onNotificationPosted()113 mUngroupedNotifications.put(sbn.getUserId(), ungroupedNotificationsByUser); in onNotificationPosted()157 synchronized (mUngroupedNotifications) { in maybeUngroup()159 = mUngroupedNotifications.get(sbn.getUserId()); in maybeUngroup()
435 mGroupHelper.mUngroupedNotifications.get(UserHandle.USER_SYSTEM); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()