Searched refs:getMccString (Results 1 – 11 of 11) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTdscdmaTest.java | 57 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()
|
D | CellIdentityWcdmaTest.java | 57 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()
|
D | CellIdentityGsmTest.java | 58 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()
|
D | CellIdentityLteTest.java | 59 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/ |
D | LocaleTracker.java | 188 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/ |
D | CellIdentityTdscdma.java | 111 public String getMccString() { in getMccString() method in CellIdentityTdscdma
|
D | CellIdentityWcdma.java | 156 public String getMccString() { in getMccString() method in CellIdentityWcdma
|
D | CellIdentityGsm.java | 171 public String getMccString() { in getMccString() method in CellIdentityGsm
|
D | CellIdentityLte.java | 175 public String getMccString() { in getMccString() method in CellIdentityLte
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 42749 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/ |
D | current.txt | 41814 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();
|