Home
last modified time | relevance | path

Searched refs:mHoldSwitchingState (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java813 private HoldSwapState mHoldSwitchingState = HoldSwapState.INACTIVE; field in ImsPhoneCallTracker
2294 if (mHoldSwitchingState == HoldSwapState.PENDING_SINGLE_CALL_HOLD in holdActiveCallForPendingMo()
2295 || mHoldSwitchingState == HoldSwapState.SWAPPING_ACTIVE_AND_HELD) { in holdActiveCallForPendingMo()
2299 HoldSwapState oldHoldState = mHoldSwitchingState; in holdActiveCallForPendingMo()
2302 mHoldSwitchingState = HoldSwapState.HOLDING_TO_DIAL_OUTGOING; in holdActiveCallForPendingMo()
2312 mHoldSwitchingState = oldHoldState; in holdActiveCallForPendingMo()
2323 if (mHoldSwitchingState == HoldSwapState.PENDING_SINGLE_CALL_HOLD in holdActiveCall()
2324 || mHoldSwitchingState == HoldSwapState.SWAPPING_ACTIVE_AND_HELD) { in holdActiveCall()
2328 HoldSwapState oldHoldState = mHoldSwitchingState; in holdActiveCall()
2332 mHoldSwitchingState = HoldSwapState.SWAPPING_ACTIVE_AND_HELD; in holdActiveCall()
[all …]