Searched refs:isValidPlmn (Results 1 – 7 of 7) sorted by relevance
158 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()
81 if (isValidPlmn(plmn)) { in CellIdentityNr()
94 if (isValidPlmn(plmn)) { in CellIdentityGsm()
99 if (isValidPlmn(plmn)) { in CellIdentityTdscdma()
100 if (isValidPlmn(plmn)) { in CellIdentityWcdma()
274 public static boolean isValidPlmn(@NonNull String plmn) { in isValidPlmn() method in CellIdentity
129 if (isValidPlmn(plmn)) { in CellIdentityLte()