Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java1696 List<CellInfo> cellInfoList = getServiceStateTracker().getAllCellInfo(workSource); in getAllCellInfo() local
1697 return privatizeCellInfoList(cellInfoList); in getAllCellInfo()
1709 private List<CellInfo> privatizeCellInfoList(List<CellInfo> cellInfoList) { in privatizeCellInfoList() argument
1710 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()
DRadioIndication.java690 public void cellInfoList(int indicationType, in cellInfoList() method in RadioIndication
/frameworks/base/config/
Dboot-image-profile.txt21930 HSPLandroid/hardware/radio/V1_0/IRadioIndication;->cellInfoList(ILjava/util/ArrayList;)V