Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java933 if (voiceRegStateResult.cellIdentity.cellIdentityWcdma.size() == 1) { in processCellLocationInfo()
934 android.hardware.radio.V1_0.CellIdentityWcdma cellIdentityWcdma = in processCellLocationInfo() local
935 voiceRegStateResult.cellIdentity.cellIdentityWcdma.get(0); in processCellLocationInfo()
936 cid = cellIdentityWcdma.cid; in processCellLocationInfo()
937 lac = cellIdentityWcdma.lac; in processCellLocationInfo()
938 psc = cellIdentityWcdma.psc; in processCellLocationInfo()
3428 CellIdentityWcdma cellIdentityWcdma = cellInfoWcdma.getCellIdentity(); in getCellLocation() local
3429 cellLocOther.setLacAndCid(cellIdentityWcdma.getLac(), in getCellLocation()
3430 cellIdentityWcdma.getCid()); in getCellLocation()
3431 cellLocOther.setPsc(cellIdentityWcdma.getPsc()); in getCellLocation()
DRIL.java4893 p.writeInt(Integer.parseInt(cellInfoWcdma.cellIdentityWcdma.mcc)); in convertHalCellInfoList()
4894 p.writeInt(Integer.parseInt(cellInfoWcdma.cellIdentityWcdma.mnc)); in convertHalCellInfoList()
4895 p.writeInt(cellInfoWcdma.cellIdentityWcdma.lac); in convertHalCellInfoList()
4896 p.writeInt(cellInfoWcdma.cellIdentityWcdma.cid); in convertHalCellInfoList()
4897 p.writeInt(cellInfoWcdma.cellIdentityWcdma.psc); in convertHalCellInfoList()
4898 p.writeInt(cellInfoWcdma.cellIdentityWcdma.uarfcn); in convertHalCellInfoList()