Searched refs:ICON_NAME_TO_ICON (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/ |
D | TelephonyIcons.java | 177 public static final Map<String, MobileIconGroup> ICON_NAME_TO_ICON; field in TelephonyIcons 179 ICON_NAME_TO_ICON = new HashMap<>(); 180 ICON_NAME_TO_ICON.put("carrier_network_change", CARRIER_NETWORK_CHANGE); 181 ICON_NAME_TO_ICON.put("3g", THREE_G); 182 ICON_NAME_TO_ICON.put("wfc", WFC); 183 ICON_NAME_TO_ICON.put("unknown", UNKNOWN); 184 ICON_NAME_TO_ICON.put("e", E); 185 ICON_NAME_TO_ICON.put("1x", ONE_X); 186 ICON_NAME_TO_ICON.put("g", G); 187 ICON_NAME_TO_ICON.put("h", H); [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | MobileNetworkTypeIcons.kt | 19 import com.android.settingslib.mobile.TelephonyIcons.ICON_NAME_TO_ICON in <lambda>() 39 ICON_NAME_TO_ICON.forEach { (_, mobileIconGroup) -> in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/ |
D | DemoMobileConnectionsRepository.kt | 146 override val defaultMobileIconMapping = MutableStateFlow(TelephonyIcons.ICON_NAME_TO_ICON) in <lambda>()
|