Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityGsm.java76 public CellIdentityGsm(int mcc, int mnc, int lac, int cid, int arfcn, int bsic) { in CellIdentityGsm() argument
77 this(lac, cid, arfcn, bsic, String.valueOf(mcc), String.valueOf(mnc), null, null); in CellIdentityGsm()
93 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, String mccStr, in CellIdentityGsm() argument
101 mBsic = (bsic == 0xFF) ? Integer.MAX_VALUE : bsic; in CellIdentityGsm()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java312 cellIdentityGsm.arfcn, cellIdentityGsm.bsic, cellIdentityGsm.mcc, in convertHalCellIdentityToCellIdentity()
384 cellIdentityGsm.base.bsic, in convertHalCellIdentityToCellIdentity()
DRIL.java5229 Parcel p, int lac, int cid, int arfcn, int bsic, String mcc, String mnc, in writeToParcelForGsm() argument
5239 p.writeInt(bsic); in writeToParcelForGsm()
5315 Byte.toUnsignedInt(cellInfoGsm.cellIdentityGsm.bsic), in convertHalCellInfoList()
5423 Byte.toUnsignedInt(cellInfoGsm.cellIdentityGsm.base.bsic), in convertHalCellInfoList_1_2()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1120 cellinfo.cellIdentityGsm.bsic = BSIC; in testConvertHalCellInfoListForGSM()
1530 cellinfo.cellIdentityGsm.base.bsic = BSIC; in getCellInfoListForGSM()