Home
last modified time | relevance | path

Searched refs:convertHalCellInfoList_1_4 (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java762 ArrayList<CellInfo> response = RIL.convertHalCellInfoList_1_4(records); in cellInfoList_1_4()
1186 ArrayList<CellInfo> cellInfos = RIL.convertHalCellInfoList_1_4(result.networkInfos); in responseNetworkScan_1_4()
DRadioResponse.java2425 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList_1_4(cellInfo); in responseCellInfoList_1_4()
DRIL.java6714 public static ArrayList<CellInfo> convertHalCellInfoList_1_4( in convertHalCellInfoList_1_4() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1812 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList_1_4(records); in testConvertHalCellInfoList_1_4ForNr()
2133 List<CellInfo> cil = RIL.convertHalCellInfoList_1_4(records); in testCellInfoTimestamp_1_4()