Searched refs:halSlotStatusList (Results 1 – 1 of 1) sorted by relevance
597 ArrayList<android.hardware.radio.config.V1_0.SimSlotStatus> halSlotStatusList) { in convertHalSlotStatus() argument598 ArrayList<IccSlotStatus> response = new ArrayList<IccSlotStatus>(halSlotStatusList.size()); in convertHalSlotStatus()599 for (android.hardware.radio.config.V1_0.SimSlotStatus slotStatus : halSlotStatusList) { in convertHalSlotStatus()612 ArrayList<android.hardware.radio.config.V1_2.SimSlotStatus> halSlotStatusList) { in convertHalSlotStatus_1_2() argument613 ArrayList<IccSlotStatus> response = new ArrayList<IccSlotStatus>(halSlotStatusList.size()); in convertHalSlotStatus_1_2()614 for (android.hardware.radio.config.V1_2.SimSlotStatus slotStatus : halSlotStatusList) { in convertHalSlotStatus_1_2()