Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java401 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout() local
405 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
415 ArrayList<StatusBarIcon> statusBarIcons = replacingIcons.get(removedGroupKey); in updateIconsForLayout()
418 replacingIcons.put(removedGroupKey, statusBarIcons); in updateIconsForLayout()