Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java401 private enum HoldSwapState { enum in ImsPhoneCallTracker
514 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 …]
/frameworks/base/config/
Dpreloaded-classes9093 com.android.internal.telephony.imsphone.ImsPhoneCallTracker$HoldSwapState
Dboot-image-profile.txt49919 Lcom/android/internal/telephony/imsphone/ImsPhoneCallTracker$HoldSwapState;