Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java801 ArrayList<CellInfo> response = RIL.convertHalCellInfoList(records); in cellInfoList()
1339 ArrayList<CellInfo> infos = RIL.convertHalCellInfoList(result.networkInfos); in responseNetworkScan()
H A DRadioResponse.java2752 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList(cellInfo); in responseCellInfoList()
H A DRIL.java7396 public static ArrayList<CellInfo> convertHalCellInfoList( in convertHalCellInfoList() method in RIL
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1499 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList(records); in testConvertHalCellInfoListForLTE()
1541 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList(records); in testConvertHalCellInfoListForGSM()
1582 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList(records); in testConvertHalCellInfoListForWcdma()
1675 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList(records); in testConvertHalCellInfoListForCdma()