Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java750 int uarfcn = wcdma.getUarfcn(); in verifyCellIdentityWcdma() local
754 assertTrue("getUarfcn() out of range [412,11000], uarfcn=" + uarfcn, in verifyCellIdentityWcdma()
755 uarfcn >= 412 && uarfcn <= 11000); in verifyCellIdentityWcdma()
956 int uarfcn = tdscdma.getUarfcn(); in verifyCellIdentityTdscdma() local
960 assertTrue("getUarfcn() out of range [412,11000], uarfcn=" + uarfcn, in verifyCellIdentityTdscdma()
961 uarfcn >= 412 && uarfcn <= 11000); in verifyCellIdentityTdscdma()