/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 | 66 assertNull(ci.getOperatorAlphaShort()); in testDefaultConstructor() 85 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testConstructor()
|
D | CellIdentityCdmaTest.java | 54 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testConstructor()
|
D | CellIdentityLteTest.java | 67 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testDefaultConstructor() 160 assertNull(ci.getOperatorAlphaShort()); in testFormerConstructor()
|
D | CellIdentityWcdmaTest.java | 63 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testDefaultConstructor()
|
D | CellIdentityGsmTest.java | 63 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testDefaultConstructor()
|
D | ServiceStateTest.java | 203 assertEquals("short", ss.getOperatorAlphaShort()); in testOperatorName()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | MobileSignalController.java | 566 && !TextUtils.isEmpty(mServiceState.getOperatorAlphaShort())) { in updateTelephony() 567 mCurrentState.networkName = mServiceState.getOperatorAlphaShort(); in updateTelephony() 572 && !TextUtils.isEmpty(mServiceState.getOperatorAlphaShort())) { in updateTelephony() 573 mCurrentState.networkNameData = mServiceState.getOperatorAlphaShort(); in updateTelephony()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | OperatorInfo.java | 58 getOperatorAlphaShort() { in getOperatorAlphaShort() method in OperatorInfo
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | NetworkControllerDataTest.java | 257 when(mServiceState.getOperatorAlphaShort()).thenReturn(newDataName); in testUpdateDataNetworkName()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentity.java | 181 public CharSequence getOperatorAlphaShort() { in getOperatorAlphaShort() method in CellIdentity
|
D | ServiceState.java | 782 public String getOperatorAlphaShort() { in getOperatorAlphaShort() method in ServiceState
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 923 if (serviceState.getOperatorAlphaShort() != null) { in toServiceStateProto() 924 ssProto.voiceOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto() 925 ssProto.dataOperator.alphaShort = serviceState.getOperatorAlphaShort(); in toServiceStateProto()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | TelephonyMetricsTest.java | 116 doReturn("short").when(mServiceState).getOperatorAlphaShort(); in setUp()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 3905 String onss = s.getOperatorAlphaShort(); in isSameOperatorNameFromSimAndSS() 5654 filterOperatorNameByPattern(servicestate.getOperatorAlphaShort()), in updateOperatorNameForServiceState() 5676 filterOperatorNameByPattern((String) cellIdentity.getOperatorAlphaShort())); in updateOperatorNameForCellIdentity()
|
D | Phone.java | 1425 nsm.operatorAlphaShort = network.getOperatorAlphaShort(); in selectNetworkManually()
|
D | GsmCdmaPhone.java | 3071 operatorInfo.getOperatorAlphaShort()), in handleMessage()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 42491 HSPLandroid/telephony/CellIdentity;->getOperatorAlphaShort()Ljava/lang/CharSequence; 42566 HSPLandroid/telephony/ServiceState;->getOperatorAlphaShort()Ljava/lang/String;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 44870 method @Nullable public CharSequence getOperatorAlphaShort(); 45503 method public String getOperatorAlphaShort();
|
/frameworks/base/api/ |
D | current.txt | 45014 method @Nullable public CharSequence getOperatorAlphaShort(); 45647 method public String getOperatorAlphaShort();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28462 method public java.lang.String getOperatorAlphaShort();
|