Searched refs:getMobileNetworkOperator (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityWcdmaTest.java | 62 assertEquals(MCC_STR + MNC_STR, ci.getMobileNetworkOperator()); in testDefaultConstructor() 78 assertEquals(MCC_STR + mncWithThreeDigit, ci.getMobileNetworkOperator()); in testConstructorWithThreeDigitMnc() 96 assertEquals(MCC_STR + mncWithTwoDigit, ci.getMobileNetworkOperator()); in testConstructorWithTwoDigitMnc() 110 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc() 119 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc() 128 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc() 137 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
|
D | CellIdentityGsmTest.java | 62 assertEquals(MCC_STR + MNC_STR, ci.getMobileNetworkOperator()); in testDefaultConstructor() 82 assertEquals(MCC_STR + mncWithThreeDigit, ci.getMobileNetworkOperator()); in testConstructorWithThreeDigitMnc() 100 assertEquals(MCC_STR + mncWithTwoDigit, ci.getMobileNetworkOperator()); in testConstructorWithTwoDigitMnc() 117 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc() 127 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc() 137 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc() 147 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc()
|
D | CellIdentityLteTest.java | 69 assertEquals(MCC_STR + MNC_STR, ci.getMobileNetworkOperator()); in testDefaultConstructor() 88 assertEquals(MCC_STR + mncWithThreeDigit, ci.getMobileNetworkOperator()); in testConstructorWithThreeDigitMnc() 102 assertEquals(MCC_STR + mncWithTwoDigit, ci.getMobileNetworkOperator()); in testConstructorWithTwoDigitMnc() 115 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc() 125 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc() 135 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc() 145 assertNull(ci.getMobileNetworkOperator()); in testConstructorWithEmptyMccMnc() 162 assertEquals(MCC_STR + MNC_STR, ci.getMobileNetworkOperator()); in testFormerConstructor()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityTdscdma.java | 161 public String getMobileNetworkOperator() { in getMobileNetworkOperator() method in CellIdentityTdscdma
|
D | CellIdentityGsm.java | 188 public String getMobileNetworkOperator() { in getMobileNetworkOperator() method in CellIdentityGsm
|
D | CellIdentityWcdma.java | 204 public String getMobileNetworkOperator() { in getMobileNetworkOperator() method in CellIdentityWcdma
|
D | CellIdentityLte.java | 260 public String getMobileNetworkOperator() { in getMobileNetworkOperator() method in CellIdentityLte
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 44397 method @Nullable public String getMobileNetworkOperator(); 44413 method @Nullable public String getMobileNetworkOperator(); 44439 method @Nullable public String getMobileNetworkOperator(); 44453 method @Nullable public String getMobileNetworkOperator();
|