Searched refs:iconKey (Results 1 – 3 of 3) sorted by relevance
488 String iconKey = mMobileMappingsProxy.getIconKey(mCurrentState.telephonyDisplayInfo); in updateTelephony() local489 if (mNetworkToIconLookup.get(iconKey) != null) { in updateTelephony()490 mCurrentState.iconGroup = mNetworkToIconLookup.get(iconKey); in updateTelephony()
187 bindIcon: suspend (iconKey: String, view: StatusBarIconView) -> Unit = { _, _ -> }, in <lambda>()216 bindIcon: suspend (iconKey: String, view: StatusBarIconView) -> Unit, in <lambda>()
703 String iconKey = getIconKey(telephonyDisplayInfo);705 if (mapIconSets(config) == null || mapIconSets(config).get(iconKey) == null) {712 int resId = Objects.requireNonNull(mapIconSets(config).get(iconKey)).dataContentDescription;