Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityGsm.java87 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, @Nullable String mccStr, in CellIdentityGsm() argument
94 mBsic = inRangeOrUnavailable(bsic, 0, MAX_BSIC); in CellIdentityGsm()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2627 ci.base.bsic == (byte) 0xFF ? CellInfo.UNAVAILABLE : ci.base.bsic, ci.base.mcc, in convertHalCellIdentityGsm()
2634 ci.base.base.bsic == (byte) 0xFF ? CellInfo.UNAVAILABLE in convertHalCellIdentityGsm()
2635 : ci.base.base.bsic, ci.base.base.mcc, ci.base.base.mnc, in convertHalCellIdentityGsm()
2651 cid.bsic == (byte) 0xFF ? CellInfo.UNAVAILABLE : cid.bsic, cid.mcc, cid.mnc, in convertHalCellIdentityGsm()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1744 cellIdentity0.bsic = BSIC; in getCellIdentityGsm_1_2()