Searched refs:networkToIconLookup (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/ |
D | MobileMappings.java | 91 final Map<String, MobileIconGroup> networkToIconLookup = new HashMap<>(); in mapIconSets() local 93 networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_EVDO_0), in mapIconSets() 95 networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_EVDO_A), in mapIconSets() 97 networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_EVDO_B), in mapIconSets() 99 networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_EHRPD), in mapIconSets() 102 networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_UMTS), in mapIconSets() 105 networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_UMTS), in mapIconSets() 108 networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_TD_SCDMA), in mapIconSets() 112 networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_UNKNOWN), in mapIconSets() 114 networkToIconLookup.put(toIconKey(TelephonyManager.NETWORK_TYPE_EDGE), in mapIconSets() [all …]
|