Searched refs:cellIdentityWcdma (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 318 if (cellIdentity.cellIdentityWcdma.size() == 1) { in convertHalCellIdentityToCellIdentity() 319 android.hardware.radio.V1_0.CellIdentityWcdma cellIdentityWcdma = in convertHalCellIdentityToCellIdentity() local 320 cellIdentity.cellIdentityWcdma.get(0); in convertHalCellIdentityToCellIdentity() 321 result = new CellIdentityWcdma(cellIdentityWcdma.lac, cellIdentityWcdma.cid, in convertHalCellIdentityToCellIdentity() 322 cellIdentityWcdma.psc, cellIdentityWcdma.uarfcn, in convertHalCellIdentityToCellIdentity() 323 cellIdentityWcdma.mcc, cellIdentityWcdma.mnc, null, null); in convertHalCellIdentityToCellIdentity() 393 if (cellIdentity.cellIdentityWcdma.size() == 1) { in convertHalCellIdentityToCellIdentity() 394 android.hardware.radio.V1_2.CellIdentityWcdma cellIdentityWcdma = in convertHalCellIdentityToCellIdentity() local 395 cellIdentity.cellIdentityWcdma.get(0); in convertHalCellIdentityToCellIdentity() 398 cellIdentityWcdma.base.lac, in convertHalCellIdentityToCellIdentity() [all …]
|
D | RIL.java | 5371 cellInfoWcdma.cellIdentityWcdma.lac, in convertHalCellInfoList() 5372 cellInfoWcdma.cellIdentityWcdma.cid, in convertHalCellInfoList() 5373 cellInfoWcdma.cellIdentityWcdma.psc, in convertHalCellInfoList() 5374 cellInfoWcdma.cellIdentityWcdma.uarfcn, in convertHalCellInfoList() 5375 cellInfoWcdma.cellIdentityWcdma.mcc, in convertHalCellInfoList() 5376 cellInfoWcdma.cellIdentityWcdma.mnc, in convertHalCellInfoList() 5479 cellInfoWcdma.cellIdentityWcdma.base.lac, in convertHalCellInfoList_1_2() 5480 cellInfoWcdma.cellIdentityWcdma.base.cid, in convertHalCellInfoList_1_2() 5481 cellInfoWcdma.cellIdentityWcdma.base.psc, in convertHalCellInfoList_1_2() 5482 cellInfoWcdma.cellIdentityWcdma.base.uarfcn, in convertHalCellInfoList_1_2() [all …]
|
D | ServiceStateTracker.java | 3499 CellIdentityWcdma cellIdentityWcdma = cellInfoWcdma.getCellIdentity(); in getCellLocation() local 3500 cellLocOther.setLacAndCid(cellIdentityWcdma.getLac(), in getCellLocation() 3501 cellIdentityWcdma.getCid()); in getCellLocation() 3502 cellLocOther.setPsc(cellIdentityWcdma.getPsc()); in getCellLocation()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1159 cellinfo.cellIdentityWcdma.lac = LAC; in testConvertHalCellInfoListForWcdma() 1160 cellinfo.cellIdentityWcdma.cid = CID; in testConvertHalCellInfoListForWcdma() 1161 cellinfo.cellIdentityWcdma.psc = PSC; in testConvertHalCellInfoListForWcdma() 1162 cellinfo.cellIdentityWcdma.uarfcn = UARFCN; in testConvertHalCellInfoListForWcdma() 1163 cellinfo.cellIdentityWcdma.mcc = MCC_STR; in testConvertHalCellInfoListForWcdma() 1164 cellinfo.cellIdentityWcdma.mnc = MNC_STR; in testConvertHalCellInfoListForWcdma() 1557 cellinfo.cellIdentityWcdma.base.lac = LAC; in getCellInfoListForWcdma() 1558 cellinfo.cellIdentityWcdma.base.cid = CID; in getCellInfoListForWcdma() 1559 cellinfo.cellIdentityWcdma.base.psc = PSC; in getCellInfoListForWcdma() 1560 cellinfo.cellIdentityWcdma.base.uarfcn = UARFCN; in getCellInfoListForWcdma() [all …]
|