/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityNrTest.java | 62 assertThat(cellIdentityNr.getOperatorAlphaShort()).isEqualTo(ALPHAS); in testGetMethod() 120 assertThat(anotherCellIdentityNr.getOperatorAlphaShort()).isEqualTo(ALPHAS); in testParcel()
|
D | CellIdentityTdscdmaTest.java | 67 assertNull(ci.getOperatorAlphaShort()); in testDefaultConstructor() 86 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testConstructor()
|
D | CellIdentityCdmaTest.java | 55 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testConstructor()
|
D | ServiceStateTest.java | 210 assertEquals("short", ss.getOperatorAlphaShort()); in testOperatorName() 433 assertEquals("AT", fineLocationSanitizedSs.getOperatorAlphaShort()); in testCreateLocationInfoSanitizedCopy() 444 assertEquals(null, coarseLocationSanitizedSs.getOperatorAlphaShort()); in testCreateLocationInfoSanitizedCopy()
|
D | CellIdentityLteTest.java | 71 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testDefaultConstructor() 164 assertNull(ci.getOperatorAlphaShort()); in testFormerConstructor()
|
D | CellIdentityWcdmaTest.java | 64 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testDefaultConstructor()
|
D | CellIdentityGsmTest.java | 64 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testDefaultConstructor()
|
D | TelephonyRegistryTest.java | 498 assertEquals(TextUtils.isEmpty(state.getOperatorAlphaShort()), true); in assertServiceStateForLocationAccessSanitization()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
D | MobileSignalController.java | 512 && !TextUtils.isEmpty(mCurrentState.getOperatorAlphaShort())) { in updateTelephony() 513 mCurrentState.networkName = mCurrentState.getOperatorAlphaShort(); in updateTelephony() 518 && !TextUtils.isEmpty(mCurrentState.getOperatorAlphaShort())) { in updateTelephony() 519 mCurrentState.networkNameData = mCurrentState.getOperatorAlphaShort(); in updateTelephony()
|
D | MobileState.kt | 117 fun getOperatorAlphaShort(): String { in getOperatorAlphaShort() method in com.android.systemui.statusbar.connectivity.MobileState
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | OperatorInfo.java | 58 getOperatorAlphaShort() { in getOperatorAlphaShort() method in OperatorInfo
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentity.java | 179 public CharSequence getOperatorAlphaShort() { in getOperatorAlphaShort() method in CellIdentity
|
D | ServiceState.java | 825 public String getOperatorAlphaShort() { in getOperatorAlphaShort() method in ServiceState
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/ |
D | NetworkControllerDataTest.java | 324 when(mServiceState.getOperatorAlphaShort()).thenReturn(newDataName); in testUpdateDataNetworkName()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 986 if (serviceState.getOperatorAlphaShort() != null) { in toServiceStateProto() 987 ssProto.voiceOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto() 988 ssProto.dataOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | TelephonyMetricsTest.java | 121 doReturn("short").when(mServiceState).getOperatorAlphaShort(); in setUp()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 4190 String onss = s.getOperatorAlphaShort(); in isSameOperatorNameFromSimAndSS() 5692 filterOperatorNameByPattern(servicestate.getOperatorAlphaShort()), in updateOperatorNameForServiceState() 5714 filterOperatorNameByPattern((String) cellIdentity.getOperatorAlphaShort())); in updateOperatorNameForCellIdentity()
|
D | Phone.java | 1578 nsm.operatorAlphaShort = network.getOperatorAlphaShort(); in selectNetworkManually()
|
D | GsmCdmaPhone.java | 3621 operatorInfo.getOperatorAlphaShort()), in handleMessage()
|
/frameworks/base/core/api/ |
D | lint-baseline.txt | 830 RequiresPermission: android.telephony.ServiceState#getOperatorAlphaShort(): 831 …Method 'getOperatorAlphaShort' documentation mentions permissions already declared by @RequiresPer…
|
D | module-lib-lint-baseline.txt | 1166 RequiresPermission: android.telephony.ServiceState#getOperatorAlphaShort(): 1167 …Method 'getOperatorAlphaShort' documentation mentions permissions already declared by @RequiresPer…
|
D | test-lint-baseline.txt | 1322 RequiresPermission: android.telephony.ServiceState#getOperatorAlphaShort(): 1323 …Method 'getOperatorAlphaShort' documentation mentions permissions already declared by @RequiresPer…
|
D | system-lint-baseline.txt | 1242 RequiresPermission: android.telephony.ServiceState#getOperatorAlphaShort(): 1243 …Method 'getOperatorAlphaShort' documentation mentions permissions already declared by @RequiresPer…
|
D | current.txt | 44373 method @Nullable public CharSequence getOperatorAlphaShort(); 45424 …CATION, android.Manifest.permission.ACCESS_COARSE_LOCATION}) public String getOperatorAlphaShort();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28462 method public java.lang.String getOperatorAlphaShort();
|