Searched refs:arfcn (Results 1 – 1 of 1) sorted by relevance
836 int arfcn = gsm.getArfcn(); in verifyCellIdentityGsm() local838 assertTrue("getArfcn() out of range [0,1024], arfcn=" + arfcn, in verifyCellIdentityGsm()839 arfcn == Integer.MAX_VALUE || (arfcn >= 0 && arfcn <= ARFCN)); in verifyCellIdentityGsm()