Searched refs:newFavMap (Results 1 – 1 of 1) sorted by relevance
667 val newFavMap = favMap.toMutableMap() regex668 newFavMap.put(componentName, structures)669 favMap = newFavMap675 val newFavMap = favMap.toMutableMap() regex676 val removed = newFavMap.remove(componentName) != null677 favMap = newFavMap700 val newFavMap = favMap.toMutableMap() regex720 newFavMap.put(componentName, structures)721 favMap = newFavMap