Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTest.java75 private static final int MAX_CID = 65535; field in CellIdentityTest
90 gsm = new CellIdentityGsm(MAX_LAC, MAX_CID, MAX_ARFCN, MAX_BSIC, null, null, null, null, in testConstructCellIdentityGsm()
93 assertEquals(MAX_CID, gsm.getCid()); in testConstructCellIdentityGsm()
99 MAX_LAC + 1, MAX_CID + 1, MAX_ARFCN + 1, MAX_BSIC + 1, null, null, null, null, in testConstructCellIdentityGsm()
199 CellIdentityGsm gsm = new CellIdentityGsm(MAX_LAC, MAX_CID, MAX_ARFCN, MAX_BSIC, in testGetMccMncString()
212 CellIdentityWcdma wcdma = new CellIdentityWcdma(MAX_LAC, MAX_CID, PSC, UARFCN, MCC_STR, in testGetMccMncString()
216 CellIdentityTdscdma tdscdma = new CellIdentityTdscdma(MCC_STR, MNC_STR, MAX_LAC, MAX_CID, in testGetMccMncString()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityTdscdma.java40 private static final int MAX_CID = 268435455; field in CellIdentityTdscdma
96 mCid = inRangeOrUnavailable(cid, 0, MAX_CID); in CellIdentityTdscdma()
DCellIdentityGsm.java43 private static final int MAX_CID = 65535; field in CellIdentityGsm
92 mCid = inRangeOrUnavailable(cid, 0, MAX_CID); in CellIdentityGsm()
DCellIdentityWcdma.java42 private static final int MAX_CID = 268435455; field in CellIdentityWcdma
97 mCid = inRangeOrUnavailable(cid, 0, MAX_CID); in CellIdentityWcdma()