Searched refs:arfcn (Results 1 – 1 of 1) sorted by relevance
139 int arfcn = gsm.getCellIdentity().getArfcn(); in verifyGsmInfo() local141 assertTrue("getArfcn() out of range [0,1024]", arfcn >= 0 && arfcn <= 1024); in verifyGsmInfo()