Home
last modified time | relevance | path

Searched refs:cellIdentityLte (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java953 if (voiceRegStateResult.cellIdentity.cellIdentityLte.size() == 1) { in processCellLocationInfo()
954 android.hardware.radio.V1_0.CellIdentityLte cellIdentityLte = in processCellLocationInfo() local
955 voiceRegStateResult.cellIdentity.cellIdentityLte.get(0); in processCellLocationInfo()
956 cid = cellIdentityLte.ci; in processCellLocationInfo()
959 lac = cellIdentityLte.tac; in processCellLocationInfo()
1011 if (dataRegStateResult.cellIdentity.cellIdentityLte.size() == 1) { in getLteEarfcn()
1012 android.hardware.radio.V1_0.CellIdentityLte cellIdentityLte = in getLteEarfcn() local
1013 dataRegStateResult.cellIdentity.cellIdentityLte.get(0); in getLteEarfcn()
1014 lteEarfcn = cellIdentityLte.earfcn; in getLteEarfcn()
3438 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity(); in getCellLocation() local
[all …]
DRIL.java4876 p.writeInt(Integer.parseInt(cellInfoLte.cellIdentityLte.mcc)); in convertHalCellInfoList()
4877 p.writeInt(Integer.parseInt(cellInfoLte.cellIdentityLte.mnc)); in convertHalCellInfoList()
4878 p.writeInt(cellInfoLte.cellIdentityLte.ci); in convertHalCellInfoList()
4879 p.writeInt(cellInfoLte.cellIdentityLte.pci); in convertHalCellInfoList()
4880 p.writeInt(cellInfoLte.cellIdentityLte.tac); in convertHalCellInfoList()
4881 p.writeInt(cellInfoLte.cellIdentityLte.earfcn); in convertHalCellInfoList()