Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTest.java77 private static final int MAX_BSIC = 63; field in CellIdentityTest
90 gsm = new CellIdentityGsm(MAX_LAC, MAX_CID, MAX_ARFCN, MAX_BSIC, null, null, null, null, in testConstructCellIdentityGsm()
95 assertEquals(MAX_BSIC, gsm.getBsic()); 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()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityGsm.java45 private static final int MAX_BSIC = 63; field in CellIdentityGsm
94 mBsic = inRangeOrUnavailable(bsic, 0, MAX_BSIC); in CellIdentityGsm()