Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java836 int arfcn = gsm.getArfcn(); in verifyCellIdentityGsm() local
838 assertTrue("getArfcn() out of range [0,1024], arfcn=" + arfcn, in verifyCellIdentityGsm()
839 arfcn == Integer.MAX_VALUE || (arfcn >= 0 && arfcn <= ARFCN)); in verifyCellIdentityGsm()