Searched refs:getMobileNetworkOperator (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellIdentityWcdmaTest.java | 61 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 D | CellIdentityGsmTest.java | 61 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 D | CellIdentityLteTest.java | 68 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 D | NetworkOperatorPreference.java | 157 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 D | CellInfoUtil.java | 105 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 D | CellIdentityGsm.java | 212 public String getMobileNetworkOperator() { in getMobileNetworkOperator() method in CellIdentityGsm
|
H A D | CellIdentityTdscdma.java | 186 public String getMobileNetworkOperator() { in getMobileNetworkOperator() method in CellIdentityTdscdma
|
H A D | CellIdentityWcdma.java | 228 public String getMobileNetworkOperator() { in getMobileNetworkOperator() method in CellIdentityWcdma
|
H A D | CellIdentityLte.java | 285 public String getMobileNetworkOperator() { in getMobileNetworkOperator() method in CellIdentityLte
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 41161 method @Nullable public String getMobileNetworkOperator(); 41178 method @Nullable public String getMobileNetworkOperator(); 41206 method @Nullable public String getMobileNetworkOperator(); 41221 method @Nullable public String getMobileNetworkOperator();
|