Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt500 val removedGroupKey = child.notification.groupKey regex
505 candidate.notification.groupKey == removedGroupKey
516 var statusBarIcons = replacingIcons[removedGroupKey]
519 replacingIcons[removedGroupKey] = statusBarIcons
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java413 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout() local
417 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
427 ArrayList<StatusBarIcon> statusBarIcons = replacingIcons.get(removedGroupKey); in updateIconsForLayout()
430 replacingIcons.put(removedGroupKey, statusBarIcons); in updateIconsForLayout()