/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | CellInfoUtil.java | 85 if (!TextUtils.isEmpty(oi.getOperatorAlphaLong())) { in getNetworkTitle() 86 return oi.getOperatorAlphaLong(); in getNetworkTitle() 103 (String) lte.getCellIdentity().getOperatorAlphaLong(), in getOperatorInfoFromCellInfo() 109 (String) wcdma.getCellIdentity().getOperatorAlphaLong(), in getOperatorInfoFromCellInfo() 115 (String) gsm.getCellIdentity().getOperatorAlphaLong(), in getOperatorInfoFromCellInfo() 121 (String) cdma.getCellIdentity().getOperatorAlphaLong(), in getOperatorInfoFromCellInfo() 152 operatorInfo.getOperatorAlphaLong(), in convertOperatorInfoToCellInfo()
|
H A D | ServiceStateProvider.java | 448 final String voice_operator_alpha_long = ss.getOperatorAlphaLong(); in query() 451 final String data_operator_alpha_long = ss.getOperatorAlphaLong(); in query()
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/ |
H A D | CellInfoUtil.java | 63 String title = Objects.toString(cellId.getOperatorAlphaLong(), ""); in getNetworkTitle() 126 operatorInfo.getOperatorAlphaLong(), in convertOperatorInfoToCellInfo() 151 cid.getOperatorAlphaLong(), cid.getOperatorAlphaShort()); in cellInfoToString()
|
H A D | NetworkOperatorPreference.java | 189 return new OperatorInfo(Objects.toString(mCellId.getOperatorAlphaLong(), ""), in getOperatorInfo()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellIdentityNrTest.java | 61 assertThat(cellIdentityNr.getOperatorAlphaLong()).isEqualTo(ALPHAL); in testGetMethod() 119 assertThat(anotherCellIdentityNr.getOperatorAlphaLong()).isEqualTo(ALPHAL); in testParcel()
|
H A D | CellIdentityTdscdmaTest.java | 65 assertNull(ci.getOperatorAlphaLong()); in testDefaultConstructor() 84 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor()
|
H A D | CellIdentityCdmaTest.java | 53 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor()
|
H A D | CellIdentityLteTest.java | 69 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor() 162 assertNull(ci.getOperatorAlphaLong()); in testFormerConstructor()
|
H A D | ServiceStateTest.java | 199 assertEquals("abc", ss.getOperatorAlphaLong()); in testOperatorName() 202 assertEquals("long", ss.getOperatorAlphaLong()); in testOperatorName()
|
H A D | CellIdentityWcdmaTest.java | 62 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
|
H A D | CellIdentityGsmTest.java | 62 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | OperatorInfo.java | 52 getOperatorAlphaLong() { in getOperatorAlphaLong() method in OperatorInfo
|
/aosp12/packages/services/Telephony/tests/src/com/android/phone/ |
H A D | ServiceStateProviderTest.java | 363 final String voiceOperatorAlphaLong = hasLocation ? ss.getOperatorAlphaLong() : null; in verifyServiceStateForSubId() 366 final String dataOperatorAlphaLong = hasLocation ? ss.getOperatorAlphaLong() : null; in verifyServiceStateForSubId()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentity.java | 164 public CharSequence getOperatorAlphaLong() { in getOperatorAlphaLong() method in CellIdentity
|
H A D | ServiceState.java | 768 public String getOperatorAlphaLong() { in getOperatorAlphaLong() method in ServiceState
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetrics.java | 985 if (serviceState.getOperatorAlphaLong() != null) { in toServiceStateProto() 986 ssProto.voiceOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto() 987 ssProto.dataOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | ServiceStateTracker.java | 4253 String onsl = s.getOperatorAlphaLong(); in isSameOperatorNameFromSimAndSS() 5920 String operator = mNewSS.getOperatorAlphaLong(); in processIwlanRegistrationInfo() 6101 filterOperatorNameByPattern(servicestate.getOperatorAlphaLong()), in updateOperatorNameForServiceState() 6122 filterOperatorNameByPattern((String) cellIdentity.getOperatorAlphaLong())); in updateOperatorNameForCellIdentity()
|
H A D | Phone.java | 1466 nsm.operatorAlphaLong = network.getOperatorAlphaLong(); in selectNetworkManually()
|
H A D | GsmCdmaPhone.java | 3236 operatorInfo.getOperatorAlphaLong()), in handleMessage()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetricsTest.java | 123 doReturn("long").when(mServiceState).getOperatorAlphaLong(); in setUp()
|
/aosp12/packages/services/Telephony/src/com/android/phone/settings/ |
H A D | RadioInfo.java | 1067 mOperatorName.setText(serviceState.getOperatorAlphaLong()); in updateServiceState()
|
/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 | 41135 method @Nullable public CharSequence getOperatorAlphaLong(); 42163 method public String getOperatorAlphaLong();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 28461 method public java.lang.String getOperatorAlphaLong();
|