Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTdscdmaTest.java66 assertNull(ci.getOperatorAlphaLong()); in testDefaultConstructor()
85 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor()
DServiceStateTest.java206 assertEquals("abc", ss.getOperatorAlphaLong()); in testOperatorName()
209 assertEquals("long", ss.getOperatorAlphaLong()); in testOperatorName()
432 assertEquals("AwesomeTelecomm", fineLocationSanitizedSs.getOperatorAlphaLong()); in testCreateLocationInfoSanitizedCopy()
443 assertEquals(null, coarseLocationSanitizedSs.getOperatorAlphaLong()); in testCreateLocationInfoSanitizedCopy()
DCellIdentityCdmaTest.java54 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor()
DCellIdentityLteTest.java70 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
163 assertNull(ci.getOperatorAlphaLong()); in testFormerConstructor()
DCellIdentityWcdmaTest.java63 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
DCellIdentityGsmTest.java63 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
DTelephonyRegistryTest.java497 assertEquals(TextUtils.isEmpty(state.getOperatorAlphaLong()), true); in assertServiceStateForLocationAccessSanitization()
/frameworks/base/telephony/java/com/android/internal/telephony/
DOperatorInfo.java52 getOperatorAlphaLong() { in getOperatorAlphaLong() method in OperatorInfo
/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java163 public CharSequence getOperatorAlphaLong() { in getOperatorAlphaLong() method in CellIdentity
DServiceState.java784 public String getOperatorAlphaLong() { in getOperatorAlphaLong() method in ServiceState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java981 if (serviceState.getOperatorAlphaLong() != null) { in toServiceStateProto()
982 ssProto.voiceOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
983 ssProto.dataOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4191 String onsl = s.getOperatorAlphaLong(); in isSameOperatorNameFromSimAndSS()
5537 String operator = mNewSS.getOperatorAlphaLong(); in processIwlanRegistrationInfo()
5693 filterOperatorNameByPattern(servicestate.getOperatorAlphaLong()), in updateOperatorNameForServiceState()
5714 filterOperatorNameByPattern((String) cellIdentity.getOperatorAlphaLong())); in updateOperatorNameForCellIdentity()
DPhone.java1577 nsm.operatorAlphaLong = network.getOperatorAlphaLong(); in selectNetworkManually()
DGsmCdmaPhone.java3619 operatorInfo.getOperatorAlphaLong()), in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java122 doReturn("long").when(mServiceState).getOperatorAlphaLong(); in setUp()
/frameworks/base/core/api/
Dlint-baseline.txt828 RequiresPermission: android.telephony.ServiceState#getOperatorAlphaLong():
829 …Method 'getOperatorAlphaLong' documentation mentions permissions already declared by @RequiresPerm…
Dmodule-lib-lint-baseline.txt1164 RequiresPermission: android.telephony.ServiceState#getOperatorAlphaLong():
1165 …Method 'getOperatorAlphaLong' documentation mentions permissions already declared by @RequiresPerm…
Dtest-lint-baseline.txt1320 RequiresPermission: android.telephony.ServiceState#getOperatorAlphaLong():
1321 …Method 'getOperatorAlphaLong' documentation mentions permissions already declared by @RequiresPerm…
Dsystem-lint-baseline.txt1240 RequiresPermission: android.telephony.ServiceState#getOperatorAlphaLong():
1241 …Method 'getOperatorAlphaLong' documentation mentions permissions already declared by @RequiresPerm…
Dcurrent.txt44372 method @Nullable public CharSequence getOperatorAlphaLong();
45423 …OCATION, android.Manifest.permission.ACCESS_COARSE_LOCATION}) public String getOperatorAlphaLong();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28461 method public java.lang.String getOperatorAlphaLong();