Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2293 CellIdentityCdma cdmaCi = null; in convertHalCellInfo() local
2319 cdmaCi = convertHalCellIdentityCdma(cdma.cellIdentityCdma); in convertHalCellInfo()
2367 cdmaCi = convertHalCellIdentityCdma(cdma.cellIdentityCdma); in convertHalCellInfo()
2421 cdmaCi = convertHalCellIdentityCdma(cdma.cellIdentityCdma); in convertHalCellInfo()
2466 return new CellInfoCdma(connectionStatus, registered, nanotime, cdmaCi, cdmaSs); in convertHalCellInfo()