Searched refs:halSlotStatusList (Results 1 – 1 of 1) sorted by relevance
460 ArrayList<android.hardware.radio.config.V1_0.SimSlotStatus> halSlotStatusList) { in convertHalSlotStatus() argument461 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() argument476 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()