Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCellularLinkLayerStatsCollector.java187 List<CellInfo> cellInfoList = getRegisteredCellInfo(defaultDataTelephonyManager); in getPrimaryCellInfo() local
188 int cilSize = cellInfoList.size(); in getPrimaryCellInfo()
195 CellInfo cellInfo = cellInfoList.get(i); in getPrimaryCellInfo()
230 List<CellInfo> cellInfoList = new ArrayList<>(); in getRegisteredCellInfo() local
232 if (ci.isRegistered()) cellInfoList.add(ci); in getRegisteredCellInfo()
235 return cellInfoList; in getRegisteredCellInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java406 List<CellInfo> cellInfoList = (List<CellInfo>) ar.result; in processCellInfo() local
407 String msg = "processCellInfo: cell info=" + cellInfoList; in processCellInfo()
409 mCellInfoList = cellInfoList; in processCellInfo()
DRadioIndication.java734 public void cellInfoList(int indicationType, in cellInfoList() method in RadioIndication