Searched refs:cellIdentityGsm (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 308 if (cellIdentity.cellIdentityGsm.size() == 1) { in convertHalCellIdentityToCellIdentity() 309 android.hardware.radio.V1_0.CellIdentityGsm cellIdentityGsm = in convertHalCellIdentityToCellIdentity() local 310 cellIdentity.cellIdentityGsm.get(0); in convertHalCellIdentityToCellIdentity() 311 result = new CellIdentityGsm(cellIdentityGsm.lac, cellIdentityGsm.cid, in convertHalCellIdentityToCellIdentity() 312 cellIdentityGsm.arfcn, cellIdentityGsm.bsic, cellIdentityGsm.mcc, in convertHalCellIdentityToCellIdentity() 313 cellIdentityGsm.mnc, null, null); in convertHalCellIdentityToCellIdentity() 376 if (cellIdentity.cellIdentityGsm.size() == 1) { in convertHalCellIdentityToCellIdentity() 377 android.hardware.radio.V1_2.CellIdentityGsm cellIdentityGsm = in convertHalCellIdentityToCellIdentity() local 378 cellIdentity.cellIdentityGsm.get(0); in convertHalCellIdentityToCellIdentity() 381 cellIdentityGsm.base.lac, in convertHalCellIdentityToCellIdentity() [all …]
|
D | RIL.java | 5312 cellInfoGsm.cellIdentityGsm.lac, in convertHalCellInfoList() 5313 cellInfoGsm.cellIdentityGsm.cid, in convertHalCellInfoList() 5314 cellInfoGsm.cellIdentityGsm.arfcn, in convertHalCellInfoList() 5315 Byte.toUnsignedInt(cellInfoGsm.cellIdentityGsm.bsic), in convertHalCellInfoList() 5316 cellInfoGsm.cellIdentityGsm.mcc, in convertHalCellInfoList() 5317 cellInfoGsm.cellIdentityGsm.mnc, in convertHalCellInfoList() 5420 cellInfoGsm.cellIdentityGsm.base.lac, in convertHalCellInfoList_1_2() 5421 cellInfoGsm.cellIdentityGsm.base.cid, in convertHalCellInfoList_1_2() 5422 cellInfoGsm.cellIdentityGsm.base.arfcn, in convertHalCellInfoList_1_2() 5423 Byte.toUnsignedInt(cellInfoGsm.cellIdentityGsm.base.bsic), in convertHalCellInfoList_1_2() [all …]
|
D | ServiceStateTracker.java | 3491 CellIdentityGsm cellIdentityGsm = cellInfoGsm.getCellIdentity(); in getCellLocation() local 3492 cellLocOther.setLacAndCid(cellIdentityGsm.getLac(), in getCellLocation() 3493 cellIdentityGsm.getCid()); in getCellLocation() 3494 cellLocOther.setPsc(cellIdentityGsm.getPsc()); in getCellLocation()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1118 cellinfo.cellIdentityGsm.lac = LAC; in testConvertHalCellInfoListForGSM() 1119 cellinfo.cellIdentityGsm.cid = CID; in testConvertHalCellInfoListForGSM() 1120 cellinfo.cellIdentityGsm.bsic = BSIC; in testConvertHalCellInfoListForGSM() 1121 cellinfo.cellIdentityGsm.arfcn = ARFCN; in testConvertHalCellInfoListForGSM() 1122 cellinfo.cellIdentityGsm.mcc = MCC_STR; in testConvertHalCellInfoListForGSM() 1123 cellinfo.cellIdentityGsm.mnc = MNC_STR; in testConvertHalCellInfoListForGSM() 1528 cellinfo.cellIdentityGsm.base.lac = LAC; in getCellInfoListForGSM() 1529 cellinfo.cellIdentityGsm.base.cid = CID; in getCellInfoListForGSM() 1530 cellinfo.cellIdentityGsm.base.bsic = BSIC; in getCellInfoListForGSM() 1531 cellinfo.cellIdentityGsm.base.arfcn = ARFCN; in getCellInfoListForGSM() [all …]
|
D | ServiceStateTrackerTest.java | 629 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm(0, 0, 2, 3); in testGsmCellLocation() local 631 0, 0, 0, 0, 0, false, null, cellIdentityGsm); in testGsmCellLocation()
|