Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DHandoverState.java30 public static final int HANDOVER_ACCEPTED = 4; field in HandoverState
49 case HANDOVER_ACCEPTED: in stateToString()
DCallsManager.java4821 } else if (handoverState == HandoverState.HANDOVER_ACCEPTED) {
4880 handoverTo.setHandoverState(HandoverState.HANDOVER_ACCEPTED);
4882 handoverFrom.setHandoverState(HandoverState.HANDOVER_ACCEPTED);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java3449 verify(call).setHandoverState(HandoverState.HANDOVER_ACCEPTED); in testHandoverToIsAccepted()
3451 verify(sourceCall).setHandoverState(HandoverState.HANDOVER_ACCEPTED); in testHandoverToIsAccepted()
3468 verify(call).setHandoverState(HandoverState.HANDOVER_ACCEPTED); in testSelfManagedHandoverToIsAccepted()
3470 verify(sourceCall).setHandoverState(HandoverState.HANDOVER_ACCEPTED); in testSelfManagedHandoverToIsAccepted()
3511 when(call.getHandoverState()).thenReturn(HandoverState.HANDOVER_ACCEPTED); in testHandoverFromIsAccepted()
3528 when(call.getHandoverState()).thenReturn(HandoverState.HANDOVER_ACCEPTED); in testSelfManagedHandoverFromIsAccepted()