Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java1203 List<CellInfo> cellInfoList = getServiceStateTracker().getAllCellInfo(); in getAllCellInfo() local
1204 return privatizeCellInfoList(cellInfoList); in getAllCellInfo()
1212 private List<CellInfo> privatizeCellInfoList(List<CellInfo> cellInfoList) { in privatizeCellInfoList() argument
1216 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()