Searched refs:mUngroupedNotifications (Results 1 – 2 of 2) sorted by relevance
42 Map<Integer, Map<String, LinkedHashSet<String>>> mUngroupedNotifications = new HashMap<>(); field in GroupHelper56 synchronized (mUngroupedNotifications) { in onNotificationPosted()58 = mUngroupedNotifications.get(sbn.getUserId()); in onNotificationPosted()62 mUngroupedNotifications.put(sbn.getUserId(), ungroupedNotificationsByUser); in onNotificationPosted()105 synchronized (mUngroupedNotifications) { in maybeUngroup()107 = mUngroupedNotifications.get(sbn.getUserId()); in maybeUngroup()
243 mGroupHelper.mUngroupedNotifications.get(UserHandle.USER_SYSTEM); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()