Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java449 private static void verifyPlmnInfo(String mccStr, String mncStr, int mcc, int mnc) { in verifyPlmnInfo() method in CellInfoTest
579 verifyPlmnInfo(lte.getMccString(), lte.getMncString(), lte.getMcc(), lte.getMnc()); in verifyCellIdentityLte()
728 verifyPlmnInfo(wcdma.getMccString(), wcdma.getMncString(), wcdma.getMcc(), wcdma.getMnc()); in verifyCellIdentityWcdma()
826 verifyPlmnInfo(gsm.getMccString(), gsm.getMncString(), gsm.getMcc(), gsm.getMnc()); in verifyCellIdentityGsm()
933 verifyPlmnInfo(tdscdma.getMccString(), tdscdma.getMncString(), in verifyCellIdentityTdscdma()