Searched refs:getIconKey (Results 1 – 5 of 5) sorted by relevance
35 fun getIconKey(displayInfo: TelephonyDisplayInfo): String in mapIconSets() method48 override fun getIconKey(displayInfo: TelephonyDisplayInfo): String = in mapIconSets() method in com.android.systemui.statusbar.pipeline.mobile.util.MobileMappingsProxyImpl49 MobileMappings.getIconKey(displayInfo) in mapIconSets()
55 override fun getIconKey(displayInfo: TelephonyDisplayInfo): String { in getIconKey() method in com.android.systemui.statusbar.pipeline.mobile.util.FakeMobileMappingsProxy56 return realImpl.getIconKey(displayInfo) in getIconKey()
41 public static String getIconKey(TelephonyDisplayInfo telephonyDisplayInfo) { in getIconKey() method in MobileMappings
488 String iconKey = mMobileMappingsProxy.getIconKey(mCurrentState.telephonyDisplayInfo); in updateTelephony()
21 import static com.android.settingslib.mobile.MobileMappings.getIconKey;703 String iconKey = getIconKey(telephonyDisplayInfo);