Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTest.java74 private static final int MAX_LAC = 65535; field in CellIdentityTest
90 gsm = new CellIdentityGsm(MAX_LAC, MAX_CID, MAX_ARFCN, MAX_BSIC, null, null, null, null, in testConstructCellIdentityGsm()
92 assertEquals(MAX_LAC, gsm.getLac()); 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.java39 private static final int MAX_LAC = 65535; field in CellIdentityTdscdma
95 mLac = inRangeOrUnavailable(lac, 0, MAX_LAC); in CellIdentityTdscdma()
DCellIdentityGsm.java42 private static final int MAX_LAC = 65535; field in CellIdentityGsm
91 mLac = inRangeOrUnavailable(lac, 0, MAX_LAC); in CellIdentityGsm()
DCellIdentityWcdma.java41 private static final int MAX_LAC = 65535; field in CellIdentityWcdma
96 mLac = inRangeOrUnavailable(lac, 0, MAX_LAC); in CellIdentityWcdma()