Home
last modified time | relevance | path

Searched refs:mNotificationGroupKeyMap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java75 private final Map<String, String> mNotificationGroupKeyMap = new HashMap<>(); field in NotificationListener
300 String oldGroupKey = mNotificationGroupKeyMap.get(childKey); in updateGroupKeyIfNecessary()
304 mNotificationGroupKeyMap.put(childKey, newGroupKey); in updateGroupKeyIfNecessary()