Home
last modified time | relevance | path

Searched defs:mobileSlot (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/
H A DStatusBarPipelineFlags.kt34 private val mobileSlot = context.getString(com.android.internal.R.string.status_bar_mobile) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconControllerImpl.java222 Slot mobileSlot = mStatusBarIconList.getSlot(slotName); in setNewMobileIconSubIds() local