Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTest.java76 private static final int MAX_ARFCN = 65535; field in CellIdentityTest
90 gsm = new CellIdentityGsm(MAX_LAC, MAX_CID, MAX_ARFCN, MAX_BSIC, null, null, null, null, in testConstructCellIdentityGsm()
94 assertEquals(MAX_ARFCN, gsm.getArfcn()); 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.java44 private static final int MAX_ARFCN = 65535; field in CellIdentityGsm
93 mArfcn = inRangeOrUnavailable(arfcn, 0, MAX_ARFCN); in CellIdentityGsm()