Searched refs:mapIconSets (Results 1 – 5 of 5) sorted by relevance
21 import static com.android.settingslib.mobile.MobileMappings.mapIconSets;288 int resId = mapIconSets(config).get(iconKey).dataContentDescription; in updateNetworkTypeName()
20 import static com.android.settingslib.mobile.MobileMappings.mapIconSets;582 if (mapIconSets(config) == null || mapIconSets(config).get(iconKey) == null) {589 int resId = mapIconSets(config).get(iconKey).dataContentDescription;
20 import static com.android.settingslib.mobile.MobileMappings.mapIconSets;211 mNetworkToIconLookup = mapIconSets(mConfig); in MobileSignalController()236 mNetworkToIconLookup = mapIconSets(mConfig); in setConfiguration()
24 import static com.android.settingslib.mobile.MobileMappings.mapIconSets;560 MobileIconGroup iconGroup = mapIconSets(config).get(iconKey); in getNetworkType()
90 public static Map<String, MobileIconGroup> mapIconSets(Config config) { in mapIconSets() method in MobileMappings