Home
last modified time | relevance | path

Searched refs:plmnId (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java584 for (String plmnId : nr.getAdditionalPlmns()) { in verifyCellIdentityNr()
585 verifyPlmnId(plmnId); in verifyCellIdentityNr()
728 for (String plmnId : lte.getAdditionalPlmns()) { in verifyCellIdentityLte()
729 verifyPlmnId(plmnId); in verifyCellIdentityLte()
881 for (String plmnId : wcdma.getAdditionalPlmns()) { in verifyCellIdentityWcdma()
882 verifyPlmnId(plmnId); in verifyCellIdentityWcdma()
998 for (String plmnId : gsm.getAdditionalPlmns()) { in verifyCellIdentityGsm()
999 verifyPlmnId(plmnId); in verifyCellIdentityGsm()
1121 for (String plmnId : tdscdma.getAdditionalPlmns()) { in verifyCellIdentityTdscdma()
1122 verifyPlmnId(plmnId); in verifyCellIdentityTdscdma()
[all …]
DTelephonyManagerTest.java1777 String plmnId = nwReg.getRegisteredPlmn(); in testNetworkRegistrationInfoRegisteredPlmn() local
1782 assertTrue(TextUtils.isEmpty(plmnId)); in testNetworkRegistrationInfoRegisteredPlmn()
1784 assertFalse(TextUtils.isEmpty(plmnId)); in testNetworkRegistrationInfoRegisteredPlmn()
1785 assertTrue("PlmnId() out of range [00000 - 999999], PLMN ID=" + plmnId, in testNetworkRegistrationInfoRegisteredPlmn()
1786 plmnId.matches("^[0-9]{5,6}$")); in testNetworkRegistrationInfoRegisteredPlmn()