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.java547 private HoldSwapState mHoldSwitchingState = HoldSwapState.INACTIVE; field in ImsPhoneCallTracker
1812 if (mHoldSwitchingState == HoldSwapState.PENDING_SINGLE_CALL_HOLD in holdActiveCallForPendingMo()
1813 || mHoldSwitchingState == HoldSwapState.SWAPPING_ACTIVE_AND_HELD) { in holdActiveCallForPendingMo()
1817 HoldSwapState oldHoldState = mHoldSwitchingState; in holdActiveCallForPendingMo()
1820 mHoldSwitchingState = HoldSwapState.HOLDING_TO_DIAL_OUTGOING; in holdActiveCallForPendingMo()
1830 mHoldSwitchingState = oldHoldState; in holdActiveCallForPendingMo()
1841 if (mHoldSwitchingState == HoldSwapState.PENDING_SINGLE_CALL_HOLD in holdActiveCall()
1842 || mHoldSwitchingState == HoldSwapState.SWAPPING_ACTIVE_AND_HELD) { in holdActiveCall()
1846 HoldSwapState oldHoldState = mHoldSwitchingState; in holdActiveCall()
1850 mHoldSwitchingState = HoldSwapState.SWAPPING_ACTIVE_AND_HELD; in holdActiveCall()
[all …]