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.java379 private enum HoldSwapState { enum in ImsPhoneCallTracker
491 private HoldSwapState mHoldSwitchingState = HoldSwapState.INACTIVE;
1621 if (mHoldSwitchingState == HoldSwapState.PENDING_SINGLE_CALL_HOLD in holdActiveCallForPendingMo()
1622 || mHoldSwitchingState == HoldSwapState.SWAPPING_ACTIVE_AND_HELD) { in holdActiveCallForPendingMo()
1626 HoldSwapState oldHoldState = mHoldSwitchingState; in holdActiveCallForPendingMo()
1629 mHoldSwitchingState = HoldSwapState.HOLDING_TO_DIAL_OUTGOING; in holdActiveCallForPendingMo()
1650 if (mHoldSwitchingState == HoldSwapState.PENDING_SINGLE_CALL_HOLD in holdActiveCall()
1651 || mHoldSwitchingState == HoldSwapState.SWAPPING_ACTIVE_AND_HELD) { in holdActiveCall()
1655 HoldSwapState oldHoldState = mHoldSwitchingState; in holdActiveCall()
1659 mHoldSwitchingState = HoldSwapState.SWAPPING_ACTIVE_AND_HELD; in holdActiveCall()
[all …]
/frameworks/base/config/
Dpreloaded-classes5039 com.android.internal.telephony.imsphone.ImsPhoneCallTracker$HoldSwapState
Dboot-image-profile.txt23574 HSPLcom/android/internal/telephony/imsphone/ImsPhoneCallTracker$HoldSwapState;-><init>(Ljava/lang/S…
37969 Lcom/android/internal/telephony/imsphone/ImsPhoneCallTracker$HoldSwapState;