Searched refs:cellInfoList (Results 1 – 3 of 3) sorted by relevance
1696 List<CellInfo> cellInfoList = getServiceStateTracker().getAllCellInfo(workSource); in getAllCellInfo() local1697 return privatizeCellInfoList(cellInfoList); in getAllCellInfo()1709 private List<CellInfo> privatizeCellInfoList(List<CellInfo> cellInfoList) { in privatizeCellInfoList() argument1710 if (cellInfoList == null) return null; in privatizeCellInfoList()1714 ArrayList<CellInfo> privateCellInfoList = new ArrayList<CellInfo>(cellInfoList.size()); in privatizeCellInfoList()1716 for (CellInfo c : cellInfoList) { in privatizeCellInfoList()1732 cellInfoList = privateCellInfoList; in privatizeCellInfoList()1734 return cellInfoList; in privatizeCellInfoList()
690 public void cellInfoList(int indicationType, in cellInfoList() method in RadioIndication
21930 HSPLandroid/hardware/radio/V1_0/IRadioIndication;->cellInfoList(ILjava/util/ArrayList;)V