Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2319 cdmaCi = convertHalCellIdentityCdma(cdma.cellIdentityCdma); in convertHalCellInfo()
2367 cdmaCi = convertHalCellIdentityCdma(cdma.cellIdentityCdma); in convertHalCellInfo()
2421 cdmaCi = convertHalCellIdentityCdma(cdma.cellIdentityCdma); in convertHalCellInfo()
2503 convertHalCellIdentityCdma(cdma.cellIdentityCdma), in convertHalCellInfo()
2551 return convertHalCellIdentityCdma(ci.cellIdentityCdma.get(0)); in convertHalCellIdentity()
2577 return convertHalCellIdentityCdma(ci.cdma()); in convertHalCellIdentity()
2603 return convertHalCellIdentityCdma(ci.getCdma()); in convertHalCellIdentity()
2660 public static CellIdentityCdma convertHalCellIdentityCdma(Object cdma) { in convertHalCellIdentityCdma() method in RILUtils
2678 public static CellIdentityCdma convertHalCellIdentityCdma( in convertHalCellIdentityCdma() method in RILUtils