Searched refs:newFavMap (Results 1 – 1 of 1) sorted by relevance
667 val newFavMap = favMap.toMutableMap() in updateControls() constant668 newFavMap.put(componentName, structures) in updateControls()669 favMap = newFavMap in updateControls()675 val newFavMap = favMap.toMutableMap() in removeStructures() constant676 val removed = newFavMap.remove(componentName) != null in removeStructures()677 favMap = newFavMap in removeStructures()700 val newFavMap = favMap.toMutableMap() in replaceControls() constant720 newFavMap.put(componentName, structures) in replaceControls()721 favMap = newFavMap in replaceControls()