Searched refs:HandoverState (Results 1 – 6 of 6) sorted by relevance
28 import com.android.server.telecom.HandoverState;74 when(mRingingCall.getHandoverState()).thenReturn(HandoverState.HANDOVER_NONE); in setUp()139 when(mRingingCall.getHandoverState()).thenReturn(HandoverState.HANDOVER_FROM_STARTED); in testDontShowDuringHandover1()157 when(mRingingCall.getHandoverState()).thenReturn(HandoverState.HANDOVER_COMPLETE); in testDontShowDuringHandover2()
22 public class HandoverState { class23 private HandoverState() { in HandoverState() method in HandoverState
928 call.setHandoverState(HandoverState.HANDOVER_TO_STARTED); in processIncomingCallIntent()929 fromCall.setHandoverState(HandoverState.HANDOVER_FROM_STARTED); in processIncomingCallIntent()2255 if (call.getHandoverState() == HandoverState.HANDOVER_TO_STARTED) { in maybeHandleHandover()2272 if (handoverState == HandoverState.HANDOVER_FROM_STARTED) { in maybeHandleHandover()2279 } else if (handoverState == HandoverState.HANDOVER_ACCEPTED) { in maybeHandleHandover()2300 call.markFinishedHandoverStateAndCleanup(HandoverState.HANDOVER_COMPLETE); in completeHandoverFrom()2329 handoverTo.markFinishedHandoverStateAndCleanup(HandoverState.HANDOVER_FAILED); in rejectHandoverTo()2335 handoverTo.setHandoverState(HandoverState.HANDOVER_ACCEPTED); in acceptHandoverTo()2336 handoverFrom.setHandoverState(HandoverState.HANDOVER_ACCEPTED); in acceptHandoverTo()3170 handoverFromCall.setHandoverState(HandoverState.HANDOVER_FROM_STARTED); in requestHandover()[all …]
157 (call.getHandoverState() == HandoverState.HANDOVER_NONE || in onCallStateChanged()158 call.getHandoverState() == HandoverState.HANDOVER_COMPLETE)))) { in onCallStateChanged()
493 private int mHandoverState = HandoverState.HANDOVER_NONE;1174 HandoverState.stateToString(handoverState)); in setHandoverState()
39 import com.android.server.telecom.HandoverState;136 call.getHandoverState() == HandoverState.HANDOVER_NONE) in updateIncomingCall()