Searched refs:DIRECTION_OUTGOING (Results 1 – 7 of 7) sorted by relevance
20 import static android.telecom.Call.Details.DIRECTION_OUTGOING;210 callDirection = DIRECTION_OUTGOING; in toParcelableCall()291 callDirection = DIRECTION_OUTGOING; in toParcelableCallForScreening()
3752 case android.telecom.Call.Details.DIRECTION_OUTGOING: in getRemappedCallDirection()
85 Call.Details.DIRECTION_OUTGOING); in testSinglePartyEmulation()104 assertEquals(Call.Details.DIRECTION_OUTGOING, imsConference.getCallDirection()); in testSinglePartyEmulation()
74 public static final int DIRECTION_OUTGOING = 1; field in BeamStatusReceiver
498 BeamStatusReceiver.DIRECTION_INCOMING : BeamStatusReceiver.DIRECTION_OUTGOING); in buildCancelIntent()
1826 int callDirection = isOutgoing ? android.telecom.Call.Details.DIRECTION_OUTGOING in createConnectionFor()
2437 return getCallDirection() == android.telecom.Call.Details.DIRECTION_OUTGOING; in isOutgoingCall()