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()
95 if (isValidPlmn(plmn)) { in CellIdentityNr()
101 if (isValidPlmn(plmn)) { in CellIdentityTdscdma()
97 if (isValidPlmn(plmn)) { in CellIdentityGsm()
272 public static boolean isValidPlmn(@NonNull String plmn) { in isValidPlmn() method in CellIdentity
102 if (isValidPlmn(plmn)) { in CellIdentityWcdma()
131 if (isValidPlmn(plmn)) { in CellIdentityLte()