Home
last modified time | relevance | path

Searched refs:basestationId (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java378 int basestationId = cdma.getBasestationId(); in verifyCellIdentityCdma() local
379 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()