/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTdscdmaTest.java | 66 assertNull(ci.getOperatorAlphaLong()); in testDefaultConstructor() 85 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor()
|
D | ServiceStateTest.java | 206 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()
|
D | CellIdentityCdmaTest.java | 54 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor()
|
D | CellIdentityLteTest.java | 70 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor() 163 assertNull(ci.getOperatorAlphaLong()); in testFormerConstructor()
|
D | CellIdentityWcdmaTest.java | 63 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
|
D | CellIdentityGsmTest.java | 63 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
|
D | TelephonyRegistryTest.java | 497 assertEquals(TextUtils.isEmpty(state.getOperatorAlphaLong()), true); in assertServiceStateForLocationAccessSanitization()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | OperatorInfo.java | 52 getOperatorAlphaLong() { in getOperatorAlphaLong() method in OperatorInfo
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentity.java | 163 public CharSequence getOperatorAlphaLong() { in getOperatorAlphaLong() method in CellIdentity
|
D | ServiceState.java | 784 public String getOperatorAlphaLong() { in getOperatorAlphaLong() method in ServiceState
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 981 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/ |
D | ServiceStateTracker.java | 4191 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()
|
D | Phone.java | 1577 nsm.operatorAlphaLong = network.getOperatorAlphaLong(); in selectNetworkManually()
|
D | GsmCdmaPhone.java | 3619 operatorInfo.getOperatorAlphaLong()), in handleMessage()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | TelephonyMetricsTest.java | 122 doReturn("long").when(mServiceState).getOperatorAlphaLong(); in setUp()
|
/frameworks/base/core/api/ |
D | lint-baseline.txt | 828 RequiresPermission: android.telephony.ServiceState#getOperatorAlphaLong(): 829 …Method 'getOperatorAlphaLong' documentation mentions permissions already declared by @RequiresPerm…
|
D | module-lib-lint-baseline.txt | 1164 RequiresPermission: android.telephony.ServiceState#getOperatorAlphaLong(): 1165 …Method 'getOperatorAlphaLong' documentation mentions permissions already declared by @RequiresPerm…
|
D | test-lint-baseline.txt | 1320 RequiresPermission: android.telephony.ServiceState#getOperatorAlphaLong(): 1321 …Method 'getOperatorAlphaLong' documentation mentions permissions already declared by @RequiresPerm…
|
D | system-lint-baseline.txt | 1240 RequiresPermission: android.telephony.ServiceState#getOperatorAlphaLong(): 1241 …Method 'getOperatorAlphaLong' documentation mentions permissions already declared by @RequiresPerm…
|
D | current.txt | 44372 method @Nullable public CharSequence getOperatorAlphaLong(); 45423 …OCATION, android.Manifest.permission.ACCESS_COARSE_LOCATION}) public String getOperatorAlphaLong();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28461 method public java.lang.String getOperatorAlphaLong();
|