Home
last modified time | relevance | path

Searched refs:getMobileNetworkOperator (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityWcdmaTest.java61 assertEquals(MCC_STR + MNC_STR, ci.getMobileNetworkOperator()); in testDefaultConstructor()
77 assertEquals(MCC_STR + mncWithThreeDigit, ci.getMobileNetworkOperator()); in testConstructorWithThreeDigitMnc()
95 assertEquals(MCC_STR + mncWithTwoDigit, ci.getMobileNetworkOperator()); in testConstructorWithTwoDigitMnc()
109 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
118 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
127 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
136 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
H A DCellIdentityGsmTest.java61 assertEquals(MCC_STR + MNC_STR, ci.getMobileNetworkOperator()); in testDefaultConstructor()
81 assertEquals(MCC_STR + mncWithThreeDigit, ci.getMobileNetworkOperator()); in testConstructorWithThreeDigitMnc()
99 assertEquals(MCC_STR + mncWithTwoDigit, ci.getMobileNetworkOperator()); in testConstructorWithTwoDigitMnc()
116 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
126 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
136 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
146 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
H A DCellIdentityLteTest.java68 assertEquals(MCC_STR + MNC_STR, ci.getMobileNetworkOperator()); in testDefaultConstructor()
87 assertEquals(MCC_STR + mncWithThreeDigit, ci.getMobileNetworkOperator()); in testConstructorWithThreeDigitMnc()
101 assertEquals(MCC_STR + mncWithTwoDigit, ci.getMobileNetworkOperator()); in testConstructorWithTwoDigitMnc()
114 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
124 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
134 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
144 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
161 assertEquals(MCC_STR + MNC_STR, ci.getMobileNetworkOperator()); in testFormerConstructor()
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DNetworkOperatorPreference.java157 return ((CellIdentityGsm) cellId).getMobileNetworkOperator(); in getOperatorNumeric()
160 return ((CellIdentityWcdma) cellId).getMobileNetworkOperator(); in getOperatorNumeric()
163 return ((CellIdentityTdscdma) cellId).getMobileNetworkOperator(); in getOperatorNumeric()
166 return ((CellIdentityLte) cellId).getMobileNetworkOperator(); in getOperatorNumeric()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCellInfoUtil.java105 lte.getCellIdentity().getMobileNetworkOperator()); in getOperatorInfoFromCellInfo()
111 wcdma.getCellIdentity().getMobileNetworkOperator()); in getOperatorInfoFromCellInfo()
117 gsm.getCellIdentity().getMobileNetworkOperator()); in getOperatorInfoFromCellInfo()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.java212 public String getMobileNetworkOperator() { in getMobileNetworkOperator() method in CellIdentityGsm
H A DCellIdentityTdscdma.java186 public String getMobileNetworkOperator() { in getMobileNetworkOperator() method in CellIdentityTdscdma
H A DCellIdentityWcdma.java228 public String getMobileNetworkOperator() { in getMobileNetworkOperator() method in CellIdentityWcdma
H A DCellIdentityLte.java285 public String getMobileNetworkOperator() { in getMobileNetworkOperator() method in CellIdentityLte
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt41161 method @Nullable public String getMobileNetworkOperator();
41178 method @Nullable public String getMobileNetworkOperator();
41206 method @Nullable public String getMobileNetworkOperator();
41221 method @Nullable public String getMobileNetworkOperator();