Searched refs:mHoldSwitchingState (Results 1 – 1 of 1) sorted by relevance
514 private HoldSwapState mHoldSwitchingState = HoldSwapState.INACTIVE; field in ImsPhoneCallTracker1641 if (mHoldSwitchingState == HoldSwapState.PENDING_SINGLE_CALL_HOLD in holdActiveCallForPendingMo()1642 || mHoldSwitchingState == HoldSwapState.SWAPPING_ACTIVE_AND_HELD) { in holdActiveCallForPendingMo()1646 HoldSwapState oldHoldState = mHoldSwitchingState; in holdActiveCallForPendingMo()1649 mHoldSwitchingState = HoldSwapState.HOLDING_TO_DIAL_OUTGOING; in holdActiveCallForPendingMo()1659 mHoldSwitchingState = oldHoldState; in holdActiveCallForPendingMo()1670 if (mHoldSwitchingState == HoldSwapState.PENDING_SINGLE_CALL_HOLD in holdActiveCall()1671 || mHoldSwitchingState == HoldSwapState.SWAPPING_ACTIVE_AND_HELD) { in holdActiveCall()1675 HoldSwapState oldHoldState = mHoldSwitchingState; in holdActiveCall()1679 mHoldSwitchingState = HoldSwapState.SWAPPING_ACTIVE_AND_HELD; in holdActiveCall()[all …]