Home
last modified time | relevance | path

Searched refs:isValidPlmn (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTest.java158 assertTrue(CellIdentity.isValidPlmn(PLMN_VALID)); in testIsValidPlmn()
163 assertFalse(CellIdentity.isValidPlmn(PLMN_INVALID_SHORT)); in testIsValidPlmnInvalidPlmns()
164 assertFalse(CellIdentity.isValidPlmn(PLMN_INVALID_LONG)); in testIsValidPlmnInvalidPlmns()
165 assertFalse(CellIdentity.isValidPlmn(PLMN_INVALID_NON_NUM)); in testIsValidPlmnInvalidPlmns()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java81 if (isValidPlmn(plmn)) { in CellIdentityNr()
DCellIdentityGsm.java94 if (isValidPlmn(plmn)) { in CellIdentityGsm()
DCellIdentityTdscdma.java99 if (isValidPlmn(plmn)) { in CellIdentityTdscdma()
DCellIdentityWcdma.java100 if (isValidPlmn(plmn)) { in CellIdentityWcdma()
DCellIdentity.java274 public static boolean isValidPlmn(@NonNull String plmn) { in isValidPlmn() method in CellIdentity
DCellIdentityLte.java129 if (isValidPlmn(plmn)) { in CellIdentityLte()