Searched refs:cellInfoList (Results 1 – 1 of 1) sorted by relevance
1203 List<CellInfo> cellInfoList = getServiceStateTracker().getAllCellInfo(); in getAllCellInfo() local1204 return privatizeCellInfoList(cellInfoList); in getAllCellInfo()1212 private List<CellInfo> privatizeCellInfoList(List<CellInfo> cellInfoList) { in privatizeCellInfoList() argument1216 ArrayList<CellInfo> privateCellInfoList = new ArrayList<CellInfo>(cellInfoList.size()); in privatizeCellInfoList()1218 for (CellInfo c : cellInfoList) { in privatizeCellInfoList()1234 cellInfoList = privateCellInfoList; in privatizeCellInfoList()1236 return cellInfoList; in privatizeCellInfoList()