Home
last modified time | relevance | path

Searched refs:getOperatorAlphaShort (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DMobileSignalController.java512 && !TextUtils.isEmpty(mCurrentState.getOperatorAlphaShort())) { in updateTelephony()
513 mCurrentState.networkName = mCurrentState.getOperatorAlphaShort(); in updateTelephony()
518 && !TextUtils.isEmpty(mCurrentState.getOperatorAlphaShort())) { in updateTelephony()
519 mCurrentState.networkNameData = mCurrentState.getOperatorAlphaShort(); in updateTelephony()
H A DMobileState.kt117 fun getOperatorAlphaShort(): String { regex
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DOperatorInfo.java58 getOperatorAlphaShort() { in getOperatorAlphaShort() method in OperatorInfo
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DCellIdentity.java179 public CharSequence getOperatorAlphaShort() { in getOperatorAlphaShort() method in CellIdentity
H A DServiceState.java822 public String getOperatorAlphaShort() { in getOperatorAlphaShort() method in ServiceState
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerDataTest.java323 when(mServiceState.getOperatorAlphaShort()).thenReturn(newDataName); in testUpdateDataNetworkName()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt44016 method @Nullable public CharSequence getOperatorAlphaShort();
45050 …CATION, android.Manifest.permission.ACCESS_COARSE_LOCATION}) public String getOperatorAlphaShort();