Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTdscdmaTest.java57 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
68 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
73 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
79 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
83 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
DCellIdentityWcdmaTest.java57 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
73 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
87 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
100 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
108 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
117 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
124 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
139 assertEquals(MCC_STR, ci.getMccString()); in testFormerConstructor()
DCellIdentityGsmTest.java58 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
74 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
88 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
100 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
108 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
117 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
124 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
140 assertEquals(MCC_STR, ci.getMccString()); in testFormerConstructor()
DCellIdentityLteTest.java59 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
75 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
89 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
101 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
110 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
120 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
128 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
145 assertEquals(MCC_STR, ci.getMccString()); in testFormerConstructor()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java188 mcc = ((CellInfoGsm) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
190 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
192 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityTdscdma.java111 public String getMccString() { in getMccString() method in CellIdentityTdscdma
DCellIdentityWcdma.java156 public String getMccString() { in getMccString() method in CellIdentityWcdma
DCellIdentityGsm.java171 public String getMccString() { in getMccString() method in CellIdentityGsm
DCellIdentityLte.java175 public String getMccString() { in getMccString() method in CellIdentityLte
/frameworks/base/config/
Dhiddenapi-public-dex.txt42749 Landroid/telephony/CellIdentityGsm;->getMccString()Ljava/lang/String;
42764 Landroid/telephony/CellIdentityLte;->getMccString()Ljava/lang/String;
42779 Landroid/telephony/CellIdentityTdscdma;->getMccString()Ljava/lang/String;
42790 Landroid/telephony/CellIdentityWcdma;->getMccString()Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt41814 method public java.lang.String getMccString();
41828 method public java.lang.String getMccString();
41842 method public java.lang.String getMccString();
41852 method public java.lang.String getMccString();