Home
last modified time | relevance | path

Searched refs:getOperatorAlphaLong (Results 1 – 24 of 24) sorted by relevance

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCellInfoUtil.java85 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 DServiceStateProvider.java448 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 DCellInfoUtil.java63 String title = Objects.toString(cellId.getOperatorAlphaLong(), ""); in getNetworkTitle()
126 operatorInfo.getOperatorAlphaLong(), in convertOperatorInfoToCellInfo()
151 cid.getOperatorAlphaLong(), cid.getOperatorAlphaShort()); in cellInfoToString()
H A DNetworkOperatorPreference.java189 return new OperatorInfo(Objects.toString(mCellId.getOperatorAlphaLong(), ""), in getOperatorInfo()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityNrTest.java61 assertThat(cellIdentityNr.getOperatorAlphaLong()).isEqualTo(ALPHAL); in testGetMethod()
119 assertThat(anotherCellIdentityNr.getOperatorAlphaLong()).isEqualTo(ALPHAL); in testParcel()
H A DCellIdentityTdscdmaTest.java65 assertNull(ci.getOperatorAlphaLong()); in testDefaultConstructor()
84 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor()
H A DCellIdentityCdmaTest.java53 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor()
H A DCellIdentityLteTest.java69 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
162 assertNull(ci.getOperatorAlphaLong()); in testFormerConstructor()
H A DServiceStateTest.java199 assertEquals("abc", ss.getOperatorAlphaLong()); in testOperatorName()
202 assertEquals("long", ss.getOperatorAlphaLong()); in testOperatorName()
H A DCellIdentityWcdmaTest.java62 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
H A DCellIdentityGsmTest.java62 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DOperatorInfo.java52 getOperatorAlphaLong() { in getOperatorAlphaLong() method in OperatorInfo
/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DServiceStateProviderTest.java363 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 DCellIdentity.java164 public CharSequence getOperatorAlphaLong() { in getOperatorAlphaLong() method in CellIdentity
H A DServiceState.java768 public String getOperatorAlphaLong() { in getOperatorAlphaLong() method in ServiceState
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java985 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 DServiceStateTracker.java4253 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 DPhone.java1466 nsm.operatorAlphaLong = network.getOperatorAlphaLong(); in selectNetworkManually()
H A DGsmCdmaPhone.java3236 operatorInfo.getOperatorAlphaLong()), in handleMessage()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java123 doReturn("long").when(mServiceState).getOperatorAlphaLong(); in setUp()
/aosp12/packages/services/Telephony/src/com/android/phone/settings/
H A DRadioInfo.java1067 mOperatorName.setText(serviceState.getOperatorAlphaLong()); in updateServiceState()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt41135 method @Nullable public CharSequence getOperatorAlphaLong();
42163 method public String getOperatorAlphaLong();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt28461 method public java.lang.String getOperatorAlphaLong();