Searched refs:HoldSwapState (Results 1 – 3 of 3) sorted by relevance
401 private enum HoldSwapState { enum in ImsPhoneCallTracker514 private HoldSwapState mHoldSwitchingState = HoldSwapState.INACTIVE;1641 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()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 …]
9093 com.android.internal.telephony.imsphone.ImsPhoneCallTracker$HoldSwapState
49919 Lcom/android/internal/telephony/imsphone/ImsPhoneCallTracker$HoldSwapState;