Searched refs:mapIconSets (Results 1 – 6 of 6) sorted by relevance
33 fun mapIconSets(config: Config): Map<String, MobileIconGroup> in mapIconSets() method42 override fun mapIconSets(config: Config): Map<String, MobileIconGroup> = in mapIconSets() method in com.android.systemui.statusbar.pipeline.mobile.util.MobileMappingsProxyImpl43 MobileMappings.mapIconSets(config) in mapIconSets()
36 override fun mapIconSets(config: Config): Map<String, MobileIconGroup> { in mapIconSets() method in com.android.systemui.statusbar.pipeline.mobile.util.FakeMobileMappingsProxy38 return realImpl.mapIconSets(config) in mapIconSets()
145 mNetworkToIconLookup = mMobileMappingsProxy.mapIconSets(mConfig); in MobileSignalController()166 mNetworkToIconLookup = mMobileMappingsProxy.mapIconSets(mConfig); in setConfiguration()
90 public static Map<String, MobileIconGroup> mapIconSets(Config config) { in mapIconSets() method in MobileMappings
22 import static com.android.settingslib.mobile.MobileMappings.mapIconSets;705 if (mapIconSets(config) == null || mapIconSets(config).get(iconKey) == null) {712 int resId = Objects.requireNonNull(mapIconSets(config).get(iconKey)).dataContentDescription;
297 .map { mobileMappingsProxy.mapIconSets(it) } in <lambda>()