Searched refs:getHandoverState (Results 1 – 6 of 6) sorted by relevance
82 when(mRingingCall.getHandoverState()).thenReturn(HandoverState.HANDOVER_NONE); in setUp()158 when(mRingingCall.getHandoverState()).thenReturn(HandoverState.HANDOVER_FROM_STARTED); in testDontShowDuringHandover1()177 when(mRingingCall.getHandoverState()).thenReturn(HandoverState.HANDOVER_COMPLETE); in testDontShowDuringHandover2()
753 when(fakeMissedCall.getHandoverState()).thenReturn(HandoverState.HANDOVER_NONE); in testLogMissedSelfManaged()
209 && (call.getHandoverState() == HandoverState.HANDOVER_NONE in shouldLogDisconnectedCall()210 || call.getHandoverState() == HandoverState.HANDOVER_COMPLETE); in shouldLogDisconnectedCall()
3559 if (call.getHandoverState() == HandoverState.HANDOVER_TO_STARTED) {3575 int handoverState = call.getHandoverState();
1570 public int getHandoverState() { in getHandoverState() method in Call
143 call.getHandoverState() == HandoverState.HANDOVER_NONE) in updateIncomingCall()