Searched refs:enabledLogicalSlots (Results 1 – 5 of 5) sorted by relevance
207 int[] enabledLogicalSlots; in getSimultaneousCallingSupport() local210 enabledLogicalSlots = mEnabledLogicalSlots; in getSimultaneousCallingSupport()215 mRadioConfigResponse.getSimultaneousCallingSupportResponse(rsp, enabledLogicalSlots); in getSimultaneousCallingSupport()321 int[] enabledLogicalSlots; in unsolSimultaneousCallingSupportChanged() local327 enabledLogicalSlots = null; in unsolSimultaneousCallingSupportChanged()329 enabledLogicalSlots = mEnabledLogicalSlots; in unsolSimultaneousCallingSupportChanged()334 mRadioConfigIndication.onSimultaneousCallingSupportChanged(enabledLogicalSlots); in unsolSimultaneousCallingSupportChanged()
341 void setSimulCallingEnabledLogicalSlots(int logicalSlotId, int[] enabledLogicalSlots, in setSimulCallingEnabledLogicalSlots() argument
366 int[] enabledLogicalSlots) throws Exception { in setSimulCallingEnabledLogicalSlots() argument374 configInterface.setSimulCallingEnabledLogicalSlots(slotId, enabledLogicalSlots, in setSimulCallingEnabledLogicalSlots()
1209 public void setSimulCallingEnabledLogicalSlots(int logicalSlotId, int[] enabledLogicalSlots, in setSimulCallingEnabledLogicalSlots() argument1212 + Arrays.toString(enabledLogicalSlots) + "] from: " + client); in setSimulCallingEnabledLogicalSlots()1215 enabledLogicalSlots); in setSimulCallingEnabledLogicalSlots()
772 private void setSimultaneousCallingEnabledLogicalSlots(int[] enabledLogicalSlots) in setSimultaneousCallingEnabledLogicalSlots() argument774 sMockModemManager.setSimulCallingEnabledLogicalSlots(TEST_SLOT_0, enabledLogicalSlots); in setSimultaneousCallingEnabledLogicalSlots()