Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityNrTest.java61 assertThat(cellIdentityNr.getOperatorAlphaLong()).isEqualTo(ALPHAL); in testGetMethod()
119 assertThat(anotherCellIdentityNr.getOperatorAlphaLong()).isEqualTo(ALPHAL); in testParcel()
DCellIdentityTdscdmaTest.java65 assertNull(ci.getOperatorAlphaLong()); in testDefaultConstructor()
84 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor()
DCellIdentityCdmaTest.java53 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor()
DCellIdentityLteTest.java66 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
159 assertNull(ci.getOperatorAlphaLong()); in testFormerConstructor()
DServiceStateTest.java199 assertEquals("abc", ss.getOperatorAlphaLong()); in testOperatorName()
202 assertEquals("long", ss.getOperatorAlphaLong()); in testOperatorName()
DCellIdentityWcdmaTest.java62 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
DCellIdentityGsmTest.java62 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
/frameworks/base/telephony/java/com/android/internal/telephony/
DOperatorInfo.java52 getOperatorAlphaLong() { in getOperatorAlphaLong() method in OperatorInfo
/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java165 public CharSequence getOperatorAlphaLong() { in getOperatorAlphaLong() method in CellIdentity
DServiceState.java760 public String getOperatorAlphaLong() { in getOperatorAlphaLong() method in ServiceState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java918 if (serviceState.getOperatorAlphaLong() != null) { in toServiceStateProto()
919 ssProto.voiceOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
920 ssProto.dataOperator.alphaLong = serviceState.getOperatorAlphaLong(); in toServiceStateProto()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3904 String onsl = s.getOperatorAlphaLong(); in isSameOperatorNameFromSimAndSS()
5481 String operator = mNewSS.getOperatorAlphaLong(); in processIwlanRegistrationInfo()
5653 filterOperatorNameByPattern(servicestate.getOperatorAlphaLong()), in updateOperatorNameForServiceState()
5674 filterOperatorNameByPattern((String) cellIdentity.getOperatorAlphaLong())); in updateOperatorNameForCellIdentity()
DPhone.java1424 nsm.operatorAlphaLong = network.getOperatorAlphaLong(); in selectNetworkManually()
DGsmCdmaPhone.java3069 operatorInfo.getOperatorAlphaLong()), in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java117 doReturn("long").when(mServiceState).getOperatorAlphaLong(); in setUp()
/frameworks/base/config/
Dboot-image-profile.txt14168 HSPLandroid/telephony/ServiceState;->getOperatorAlphaLong()Ljava/lang/String;
42490 HSPLandroid/telephony/CellIdentity;->getOperatorAlphaLong()Ljava/lang/CharSequence;
/frameworks/base/non-updatable-api/
Dcurrent.txt44869 method @Nullable public CharSequence getOperatorAlphaLong();
45502 method public String getOperatorAlphaLong();
/frameworks/base/api/
Dcurrent.txt45013 method @Nullable public CharSequence getOperatorAlphaLong();
45646 method public String getOperatorAlphaLong();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28461 method public java.lang.String getOperatorAlphaLong();