Searched refs:cellIdentityLte (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 338 if (cellIdentity.cellIdentityLte.size() == 1) { in convertHalCellIdentityToCellIdentity() 339 android.hardware.radio.V1_0.CellIdentityLte cellIdentityLte = in convertHalCellIdentityToCellIdentity() local 340 cellIdentity.cellIdentityLte.get(0); in convertHalCellIdentityToCellIdentity() 342 result = new CellIdentityLte(cellIdentityLte.ci, cellIdentityLte.pci, in convertHalCellIdentityToCellIdentity() 343 cellIdentityLte.tac, cellIdentityLte.earfcn, Integer.MAX_VALUE, in convertHalCellIdentityToCellIdentity() 344 cellIdentityLte.mcc, cellIdentityLte.mnc, null, null); in convertHalCellIdentityToCellIdentity() 426 if (cellIdentity.cellIdentityLte.size() == 1) { in convertHalCellIdentityToCellIdentity() 427 android.hardware.radio.V1_2.CellIdentityLte cellIdentityLte = in convertHalCellIdentityToCellIdentity() local 428 cellIdentity.cellIdentityLte.get(0); in convertHalCellIdentityToCellIdentity() 431 cellIdentityLte.base.ci, in convertHalCellIdentityToCellIdentity() [all …]
|
D | RIL.java | 5349 cellInfoLte.cellIdentityLte.ci, in convertHalCellInfoList() 5350 cellInfoLte.cellIdentityLte.pci, in convertHalCellInfoList() 5351 cellInfoLte.cellIdentityLte.tac, in convertHalCellInfoList() 5352 cellInfoLte.cellIdentityLte.earfcn, in convertHalCellInfoList() 5354 cellInfoLte.cellIdentityLte.mcc, in convertHalCellInfoList() 5355 cellInfoLte.cellIdentityLte.mnc, in convertHalCellInfoList() 5457 cellInfoLte.cellIdentityLte.base.ci, in convertHalCellInfoList_1_2() 5458 cellInfoLte.cellIdentityLte.base.pci, in convertHalCellInfoList_1_2() 5459 cellInfoLte.cellIdentityLte.base.tac, in convertHalCellInfoList_1_2() 5460 cellInfoLte.cellIdentityLte.base.earfcn, in convertHalCellInfoList_1_2() [all …]
|
D | ServiceStateTracker.java | 3509 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity(); in getCellLocation() local 3510 if ((cellIdentityLte.getTac() != Integer.MAX_VALUE) in getCellLocation() 3511 && (cellIdentityLte.getCi() != Integer.MAX_VALUE)) { in getCellLocation() 3512 cellLocOther.setLacAndCid(cellIdentityLte.getTac(), in getCellLocation() 3513 cellIdentityLte.getCi()); in getCellLocation()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1074 lte.cellIdentityLte.ci = CI; in testConvertHalCellInfoListForLTE() 1075 lte.cellIdentityLte.pci = PCI; in testConvertHalCellInfoListForLTE() 1076 lte.cellIdentityLte.tac = TAC; in testConvertHalCellInfoListForLTE() 1077 lte.cellIdentityLte.earfcn = EARFCN; in testConvertHalCellInfoListForLTE() 1078 lte.cellIdentityLte.mcc = MCC_STR; in testConvertHalCellInfoListForLTE() 1079 lte.cellIdentityLte.mnc = MNC_STR; in testConvertHalCellInfoListForLTE() 1496 lte.cellIdentityLte.base.ci = CI; in getCellInfoListForLTE() 1497 lte.cellIdentityLte.base.pci = PCI; in getCellInfoListForLTE() 1498 lte.cellIdentityLte.base.tac = TAC; in getCellInfoListForLTE() 1499 lte.cellIdentityLte.base.earfcn = EARFCN; in getCellInfoListForLTE() [all …]
|