Searched refs:cpid (Results 1 – 1 of 1) sorted by relevance
947 int cpid = tdscdma.getCpid(); in verifyCellIdentityTdscdma() local948 assertTrue("getCpid() out of range [0, 127], cpid=" + cpid, (cpid >= 0 && cpid <= CPID)); in verifyCellIdentityTdscdma()