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.java95 if (isValidPlmn(plmn)) { in CellIdentityNr()
DCellIdentityTdscdma.java101 if (isValidPlmn(plmn)) { in CellIdentityTdscdma()
DCellIdentityGsm.java97 if (isValidPlmn(plmn)) { in CellIdentityGsm()
DCellIdentity.java272 public static boolean isValidPlmn(@NonNull String plmn) { in isValidPlmn() method in CellIdentity
DCellIdentityWcdma.java102 if (isValidPlmn(plmn)) { in CellIdentityWcdma()
DCellIdentityLte.java131 if (isValidPlmn(plmn)) { in CellIdentityLte()