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.java837 ArrayList<CellInfo> response = RIL.convertHalCellInfoList_1_5(records); in cellInfoList_1_5()
1370 ArrayList<CellInfo> cellInfos = RIL.convertHalCellInfoList_1_5(result.networkInfos); in responseNetworkScan_1_5()
DRadioResponse.java2793 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList_1_5(cellInfo); in responseCellInfoList_1_5()
DRIL.java7446 public static ArrayList<CellInfo> convertHalCellInfoList_1_5( in convertHalCellInfoList_1_5() method in RIL