Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1632 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList_1_2(records); in testConvertHalCellInfoListForTdscdma()
2441 List<CellInfo> cil = RIL.convertHalCellInfoList_1_2(records); in testCellInfoTimestamp_1_2()
2499 return RIL.convertHalCellInfoList_1_2(records); in getCellInfoListForLTE()
2528 return RIL.convertHalCellInfoList_1_2(records); in getCellInfoListForGSM()
2571 return RIL.convertHalCellInfoList_1_2(records); in getCellInfoListForWcdma()
2600 return RIL.convertHalCellInfoList_1_2(records); in getCellInfoListForCdma()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java813 ArrayList<CellInfo> response = RIL.convertHalCellInfoList_1_2(records); in cellInfoList_1_2()
1350 ArrayList<CellInfo> infos = RIL.convertHalCellInfoList_1_2(result.networkInfos); in responseNetworkScan_1_2()
DRadioResponse.java2766 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList_1_2(cellInfo); in responseCellInfoList_1_2()
DRIL.java7359 public static ArrayList<CellInfo> convertHalCellInfoList_1_2( in convertHalCellInfoList_1_2() method in RIL