Searched refs:cellInfoList (Results 1 – 3 of 3) sorted by relevance
187 List<CellInfo> cellInfoList = getRegisteredCellInfo(defaultDataTelephonyManager); in getPrimaryCellInfo() local188 int cilSize = cellInfoList.size(); in getPrimaryCellInfo()195 CellInfo cellInfo = cellInfoList.get(i); in getPrimaryCellInfo()230 List<CellInfo> cellInfoList = new ArrayList<>(); in getRegisteredCellInfo() local232 if (ci.isRegistered()) cellInfoList.add(ci); in getRegisteredCellInfo()235 return cellInfoList; in getRegisteredCellInfo()
406 List<CellInfo> cellInfoList = (List<CellInfo>) ar.result; in processCellInfo() local407 String msg = "processCellInfo: cell info=" + cellInfoList; in processCellInfo()409 mCellInfoList = cellInfoList; in processCellInfo()
734 public void cellInfoList(int indicationType, in cellInfoList() method in RadioIndication