Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java774 ArrayList<CellInfo> response = RIL.convertHalCellInfoList_1_5(records); in cellInfoList_1_5()
1196 ArrayList<CellInfo> cellInfos = RIL.convertHalCellInfoList_1_5(result.networkInfos); in responseNetworkScan_1_5()
DRadioResponse.java2438 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList_1_5(cellInfo); in responseCellInfoList_1_5()
DRIL.java6731 public static ArrayList<CellInfo> convertHalCellInfoList_1_5( in convertHalCellInfoList_1_5() method in RIL