Searched refs:plmnId (Results 1 – 3 of 3) sorted by relevance
600 for (String plmnId : nr.getAdditionalPlmns()) { in verifyCellIdentityNr()601 verifyPlmnId(plmnId); in verifyCellIdentityNr()748 for (String plmnId : lte.getAdditionalPlmns()) { in verifyCellIdentityLte()749 verifyPlmnId(plmnId); in verifyCellIdentityLte()901 for (String plmnId : wcdma.getAdditionalPlmns()) { in verifyCellIdentityWcdma()902 verifyPlmnId(plmnId); in verifyCellIdentityWcdma()1018 for (String plmnId : gsm.getAdditionalPlmns()) { in verifyCellIdentityGsm()1019 verifyPlmnId(plmnId); in verifyCellIdentityGsm()1141 for (String plmnId : tdscdma.getAdditionalPlmns()) { in verifyCellIdentityTdscdma()1142 verifyPlmnId(plmnId); in verifyCellIdentityTdscdma()[all …]
2557 String plmnId = nwReg.getRegisteredPlmn(); in testNetworkRegistrationInfoRegisteredPlmn() local2562 assertTrue(TextUtils.isEmpty(plmnId)); in testNetworkRegistrationInfoRegisteredPlmn()2564 assertFalse(TextUtils.isEmpty(plmnId)); in testNetworkRegistrationInfoRegisteredPlmn()2565 assertTrue("PlmnId() out of range [00000 - 999999], PLMN ID=" + plmnId, in testNetworkRegistrationInfoRegisteredPlmn()2566 plmnId.matches("^[0-9]{5,6}$")); in testNetworkRegistrationInfoRegisteredPlmn()
126 private static void verifyBuildWithInvalidOperatorPlmnIds(String plmnId) { in verifyBuildWithInvalidOperatorPlmnIds() argument128 new VcnCellUnderlyingNetworkTemplate.Builder().setOperatorPlmnIds(Set.of(plmnId)); in verifyBuildWithInvalidOperatorPlmnIds()