Home
last modified time | relevance | path

Searched refs:HANDOVER_NONE (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DHandoverState.java27 public static final int HANDOVER_NONE = 1; field in HandoverState
43 case HANDOVER_NONE: in stateToString()
DCallLogManager.java209 && (call.getHandoverState() == HandoverState.HANDOVER_NONE in shouldLogDisconnectedCall()
DCall.java585 private int mHandoverState = HandoverState.HANDOVER_NONE;
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DIncomingCallNotifierTest.java82 when(mRingingCall.getHandoverState()).thenReturn(HandoverState.HANDOVER_NONE); in setUp()
DCallLogManagerTest.java753 when(fakeMissedCall.getHandoverState()).thenReturn(HandoverState.HANDOVER_NONE); in testLogMissedSelfManaged()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java143 call.getHandoverState() == HandoverState.HANDOVER_NONE) in updateIncomingCall()