Searched refs:basestationId (Results 1 – 1 of 1) sorted by relevance
378 int basestationId = cdma.getBasestationId(); in verifyCellIdentityCdma() local379 assertTrue("getBasestationId() out of range [0,65535], basestationId=" + basestationId, in verifyCellIdentityCdma()380 basestationId == Integer.MAX_VALUE in verifyCellIdentityCdma()381 || (basestationId >= 0 && basestationId <= BASESTATION_ID)); in verifyCellIdentityCdma()395 assertTrue("BSID is required for registered cells", basestationId != Integer.MAX_VALUE); in verifyCellIdentityCdma()