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/
DNotificationIconAreaController.java417 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout() local
421 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
431 ArrayList<StatusBarIcon> statusBarIcons = replacingIcons.get(removedGroupKey); in updateIconsForLayout()
434 replacingIcons.put(removedGroupKey, statusBarIcons); in updateIconsForLayout()