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()
784 when(fakeMissedCall.getHandoverState()).thenReturn(HandoverState.HANDOVER_NONE); in testLogMissedSelfManaged()
162 && (call.getHandoverState() == HandoverState.HANDOVER_NONE in shouldLogDisconnectedCall()163 || call.getHandoverState() == HandoverState.HANDOVER_COMPLETE); in shouldLogDisconnectedCall()
3822 if (call.getHandoverState() == HandoverState.HANDOVER_TO_STARTED) {3838 int handoverState = call.getHandoverState();
1771 public int getHandoverState() { in getHandoverState() method in Call
143 call.getHandoverState() == HandoverState.HANDOVER_NONE) in updateIncomingCall()