Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/util/
DMobileMappings.kt33 fun mapIconSets(config: Config): Map<String, MobileIconGroup> in mapIconSets() method
42 override fun mapIconSets(config: Config): Map<String, MobileIconGroup> = in mapIconSets() method in com.android.systemui.statusbar.pipeline.mobile.util.MobileMappingsProxyImpl
43 MobileMappings.mapIconSets(config) in mapIconSets()
DFakeMobileMappingsProxy.kt36 override fun mapIconSets(config: Config): Map<String, MobileIconGroup> { in mapIconSets() method in com.android.systemui.statusbar.pipeline.mobile.util.FakeMobileMappingsProxy
38 return realImpl.mapIconSets(config) in mapIconSets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DMobileSignalController.java145 mNetworkToIconLookup = mMobileMappingsProxy.mapIconSets(mConfig); in MobileSignalController()
166 mNetworkToIconLookup = mMobileMappingsProxy.mapIconSets(mConfig); in setConfiguration()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/
DMobileMappings.java90 public static Map<String, MobileIconGroup> mapIconSets(Config config) { in mapIconSets() method in MobileMappings
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogController.java22 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;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryImpl.kt297 .map { mobileMappingsProxy.mapIconSets(it) } in <lambda>()