Searched refs:iconKey (Results 1 – 4 of 4) sorted by relevance
287 String iconKey = getIconKey(telephonyDisplayInfo); in updateNetworkTypeName() local288 int resId = mapIconSets(config).get(iconKey).dataContentDescription; in updateNetworkTypeName()
734 String iconKey = getIconKey(mCurrentState.telephonyDisplayInfo); in updateTelephony() local735 if (mNetworkToIconLookup.get(iconKey) != null) { in updateTelephony()736 mCurrentState.iconGroup = mNetworkToIconLookup.get(iconKey); in updateTelephony()
559 String iconKey = getIconKey(telephonyDisplayInfo); in getNetworkType() local560 MobileIconGroup iconGroup = mapIconSets(config).get(iconKey); in getNetworkType()
580 String iconKey = getIconKey(telephonyDisplayInfo);582 if (mapIconSets(config) == null || mapIconSets(config).get(iconKey) == null) {589 int resId = mapIconSets(config).get(iconKey).dataContentDescription;