/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | CellInfoUtil.java | 87 } else if (!TextUtils.isEmpty(oi.getOperatorAlphaShort())) { in getNetworkTitle() 88 return oi.getOperatorAlphaShort(); in getNetworkTitle() 104 (String) lte.getCellIdentity().getOperatorAlphaShort(), in getOperatorInfoFromCellInfo() 110 (String) wcdma.getCellIdentity().getOperatorAlphaShort(), in getOperatorInfoFromCellInfo() 116 (String) gsm.getCellIdentity().getOperatorAlphaShort(), in getOperatorInfoFromCellInfo() 122 (String) cdma.getCellIdentity().getOperatorAlphaShort(), in getOperatorInfoFromCellInfo() 153 operatorInfo.getOperatorAlphaShort(), in convertOperatorInfoToCellInfo()
|
H A D | ServiceStateProvider.java | 449 final String voice_operator_alpha_short = ss.getOperatorAlphaShort(); in query() 452 final String data_operator_alpha_short = ss.getOperatorAlphaShort(); in query()
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/ |
H A D | CellInfoUtil.java | 65 title = Objects.toString(cellId.getOperatorAlphaShort(), ""); in getNetworkTitle() 127 operatorInfo.getOperatorAlphaShort(), in convertOperatorInfoToCellInfo() 151 cid.getOperatorAlphaLong(), cid.getOperatorAlphaShort()); in cellInfoToString()
|
H A D | NetworkOperatorPreference.java | 190 Objects.toString(mCellId.getOperatorAlphaShort(), ""), in getOperatorInfo()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellIdentityNrTest.java | 62 assertThat(cellIdentityNr.getOperatorAlphaShort()).isEqualTo(ALPHAS); in testGetMethod() 120 assertThat(anotherCellIdentityNr.getOperatorAlphaShort()).isEqualTo(ALPHAS); in testParcel()
|
H A D | CellIdentityTdscdmaTest.java | 66 assertNull(ci.getOperatorAlphaShort()); in testDefaultConstructor() 85 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testConstructor()
|
H A D | CellIdentityCdmaTest.java | 54 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testConstructor()
|
H A D | CellIdentityLteTest.java | 70 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testDefaultConstructor() 163 assertNull(ci.getOperatorAlphaShort()); in testFormerConstructor()
|
H A D | CellIdentityWcdmaTest.java | 63 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testDefaultConstructor()
|
H A D | CellIdentityGsmTest.java | 63 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testDefaultConstructor()
|
H A D | ServiceStateTest.java | 203 assertEquals("short", ss.getOperatorAlphaShort()); in testOperatorName()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
H A D | MobileSignalController.java | 758 && !TextUtils.isEmpty(mCurrentState.getOperatorAlphaShort())) { in updateTelephony() 759 mCurrentState.networkName = mCurrentState.getOperatorAlphaShort(); in updateTelephony() 764 && !TextUtils.isEmpty(mCurrentState.getOperatorAlphaShort())) { in updateTelephony() 765 mCurrentState.networkNameData = mCurrentState.getOperatorAlphaShort(); in updateTelephony()
|
H A D | MobileState.kt | 108 fun getOperatorAlphaShort(): String { regex
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | OperatorInfo.java | 58 getOperatorAlphaShort() { in getOperatorAlphaShort() method in OperatorInfo
|
/aosp12/packages/services/Telephony/tests/src/com/android/phone/ |
H A D | ServiceStateProviderTest.java | 364 final String voiceOperatorAlphaShort = hasLocation ? ss.getOperatorAlphaShort() : null; in verifyServiceStateForSubId() 367 final String dataOperatorAlphaShort = hasLocation ? ss.getOperatorAlphaShort() : null; in verifyServiceStateForSubId()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/ |
H A D | NetworkControllerDataTest.java | 290 when(mServiceState.getOperatorAlphaShort()).thenReturn(newDataName); in testUpdateDataNetworkName()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentity.java | 180 public CharSequence getOperatorAlphaShort() { in getOperatorAlphaShort() method in CellIdentity
|
H A D | ServiceState.java | 801 public String getOperatorAlphaShort() { in getOperatorAlphaShort() method in ServiceState
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetrics.java | 990 if (serviceState.getOperatorAlphaShort() != null) { in toServiceStateProto() 991 ssProto.voiceOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto() 992 ssProto.dataOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetricsTest.java | 122 doReturn("short").when(mServiceState).getOperatorAlphaShort(); in setUp()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | ServiceStateTracker.java | 4254 String onss = s.getOperatorAlphaShort(); in isSameOperatorNameFromSimAndSS() 6102 filterOperatorNameByPattern(servicestate.getOperatorAlphaShort()), in updateOperatorNameForServiceState() 6124 filterOperatorNameByPattern((String) cellIdentity.getOperatorAlphaShort())); in updateOperatorNameForCellIdentity()
|
H A D | Phone.java | 1467 nsm.operatorAlphaShort = network.getOperatorAlphaShort(); in selectNetworkManually()
|
H A D | GsmCdmaPhone.java | 3238 operatorInfo.getOperatorAlphaShort()), in handleMessage()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 41136 method @Nullable public CharSequence getOperatorAlphaShort(); 42164 method public String getOperatorAlphaShort();
|