Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java5368 CellInfoWcdma cellInfoWcdma = record.wcdma.get(0); in convertHalCellInfoList() local
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()
5379 cellInfoWcdma.signalStrengthWcdma.signalStrength, in convertHalCellInfoList()
5380 cellInfoWcdma.signalStrengthWcdma.bitErrorRate); in convertHalCellInfoList()
5476 android.hardware.radio.V1_2.CellInfoWcdma cellInfoWcdma = record.wcdma.get(0); in convertHalCellInfoList_1_2() local
[all …]
DServiceStateTracker.java3498 CellInfoWcdma cellInfoWcdma = (CellInfoWcdma)ci; in getCellLocation() local
3499 CellIdentityWcdma cellIdentityWcdma = cellInfoWcdma.getCellIdentity(); in getCellLocation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1180 CellInfoWcdma cellInfoWcdma = (CellInfoWcdma) ret.get(0); in testConvertHalCellInfoListForWcdma() local
1191 assertEquals(expected, cellInfoWcdma); in testConvertHalCellInfoListForWcdma()
1371 CellInfoWcdma cellInfoWcdma = (CellInfoWcdma) ret.get(0); in testConvertHalCellInfoList_1_2ForWcdma() local
1382 assertEquals(expected, cellInfoWcdma); in testConvertHalCellInfoList_1_2ForWcdma()
1391 CellInfoWcdma cellInfoWcdma = (CellInfoWcdma) ret.get(0); in testConvertHalCellInfoList_1_2ForWcdmaWithEmptyOperatorInfo() local
1402 assertEquals(expected, cellInfoWcdma); in testConvertHalCellInfoList_1_2ForWcdmaWithEmptyOperatorInfo()
1413 CellInfoWcdma cellInfoWcdma = (CellInfoWcdma) ret.get(0); in testConvertHalCellInfoList_1_2ForWcdmaWithEmptyMccMnc() local
1424 assertEquals(expected, cellInfoWcdma); in testConvertHalCellInfoList_1_2ForWcdmaWithEmptyMccMnc()