Searched refs:uarfcn (Results 1 – 1 of 1) sorted by relevance
750 int uarfcn = wcdma.getUarfcn(); in verifyCellIdentityWcdma() local754 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() local960 assertTrue("getUarfcn() out of range [412,11000], uarfcn=" + uarfcn, in verifyCellIdentityTdscdma()961 uarfcn >= 412 && uarfcn <= 11000); in verifyCellIdentityTdscdma()