Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsControllerImpl.kt667 val newFavMap = favMap.toMutableMap() regex
668 newFavMap.put(componentName, structures)
669 favMap = newFavMap
675 val newFavMap = favMap.toMutableMap() regex
676 val removed = newFavMap.remove(componentName) != null
677 favMap = newFavMap
700 val newFavMap = favMap.toMutableMap() regex
720 newFavMap.put(componentName, structures)
721 favMap = newFavMap