Searched defs:toIconKey (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/util/ | ||
D | MobileMappings.kt | 36 fun toIconKey(@NetworkType networkType: Int): String in mapIconSets() method |
D | FakeMobileMappingsProxy.kt | 64 override fun toIconKey(networkType: Int): String { in getDefaultIcons() method in com.android.systemui.statusbar.pipeline.mobile.util.FakeMobileMappingsProxy |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/ | ||
D | MobileMappings.java | 56 public static String toIconKey(@Annotation.NetworkType int networkType) { in toIconKey() method in MobileMappings |