Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioConfig.java460 ArrayList<android.hardware.radio.config.V1_0.SimSlotStatus> halSlotStatusList) { in convertHalSlotStatus() argument
461 ArrayList<IccSlotStatus> response = new ArrayList<IccSlotStatus>(halSlotStatusList.size()); in convertHalSlotStatus()
462 for (android.hardware.radio.config.V1_0.SimSlotStatus slotStatus : halSlotStatusList) { in convertHalSlotStatus()
475 ArrayList<android.hardware.radio.config.V1_2.SimSlotStatus> halSlotStatusList) { in convertHalSlotStatus_1_2() argument
476 ArrayList<IccSlotStatus> response = new ArrayList<IccSlotStatus>(halSlotStatusList.size()); in convertHalSlotStatus_1_2()
477 for (android.hardware.radio.config.V1_2.SimSlotStatus slotStatus : halSlotStatusList) { in convertHalSlotStatus_1_2()