/aosp12/system/bt/gd/hci/ |
H A D | hci_metrics_logging.cc | 88 direction = android::bluetooth::DIRECTION_OUTGOING; in log_link_layer_connection_command_status() 97 direction = android::bluetooth::DIRECTION_OUTGOING; in log_link_layer_connection_command_status() 113 direction = android::bluetooth::DIRECTION_OUTGOING; in log_link_layer_connection_command_status() 121 direction = android::bluetooth::DIRECTION_OUTGOING; in log_link_layer_connection_command_status() 189 direction = android::bluetooth::DIRECTION_OUTGOING; in log_link_layer_connection_command_status() 200 direction = android::bluetooth::DIRECTION_OUTGOING; in log_link_layer_connection_command_status() 297 direction = android::bluetooth::DIRECTION_OUTGOING; in log_link_layer_connection_command_complete() 306 direction = android::bluetooth::DIRECTION_OUTGOING; in log_link_layer_connection_command_complete()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | ParcelableCallUtils.java | 20 import static android.telecom.Call.Details.DIRECTION_OUTGOING; 212 callDirection = DIRECTION_OUTGOING; in toParcelableCall() 293 callDirection = DIRECTION_OUTGOING; in toParcelableCallForScreening()
|
H A D | Call.java | 4098 case android.telecom.Call.Details.DIRECTION_OUTGOING: in getRemappedCallDirection()
|
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/ |
H A D | ImsConferenceTest.java | 98 Call.Details.DIRECTION_OUTGOING); in testPropertyPropagation() 140 Call.Details.DIRECTION_OUTGOING); in testSinglePartyEmulation() 159 assertEquals(Call.Details.DIRECTION_OUTGOING, imsConference.getCallDirection()); in testSinglePartyEmulation()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/beam/ |
H A D | BeamStatusReceiver.java | 74 public static final int DIRECTION_OUTGOING = 1; field in BeamStatusReceiver
|
H A D | BeamTransferManager.java | 500 BeamStatusReceiver.DIRECTION_INCOMING : BeamStatusReceiver.DIRECTION_OUTGOING); in buildCancelIntent()
|
/aosp12/system/bt/stack/btu/ |
H A D | btu_hcif.cc | 484 android::bluetooth::DIRECTION_OUTGOING, in btu_hcif_log_command_metrics() 500 nullptr, handle, android::bluetooth::DIRECTION_OUTGOING, in btu_hcif_log_command_metrics() 554 android::bluetooth::DIRECTION_OUTGOING, in btu_hcif_log_command_metrics() 582 android::bluetooth::DIRECTION_OUTGOING, in btu_hcif_log_command_metrics() 594 android::bluetooth::DIRECTION_OUTGOING, in btu_hcif_log_command_metrics()
|
/aosp12/frameworks/proto_logging/stats/enums/bluetooth/ |
H A D | enums.proto | 49 DIRECTION_OUTGOING = 1; enumerator
|
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/ |
H A D | FakeTelecomManager.java | 99 mInCallService.addCall(id, Call.Details.DIRECTION_OUTGOING, Call.STATE_ACTIVE); in placeCall()
|
/aosp12/system/bt/stack/acl/ |
H A D | btm_ble_connection_establishment.cc | 226 android::bluetooth::DIRECTION_OUTGOING, in btm_ble_create_conn_cancel_complete()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallScreeningService.java | 141 if (callDetails.getCallDirection() == Call.Details.DIRECTION_OUTGOING) {
|
H A D | Call.java | 377 value = {DIRECTION_UNKNOWN, DIRECTION_INCOMING, DIRECTION_OUTGOING}) 395 public static final int DIRECTION_OUTGOING = 1; field in Call.Details
|
/aosp12/system/bt/stack/smp/ |
H A D | smp_utils.cc | 323 is_outgoing ? android::bluetooth::DirectionEnum::DIRECTION_OUTGOING in smp_log_metrics()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | TelephonyConnectionService.java | 1862 int callDirection = isOutgoing ? android.telecom.Call.Details.DIRECTION_OUTGOING in createConnectionFor()
|
H A D | TelephonyConnection.java | 2745 return getCallDirection() == android.telecom.Call.Details.DIRECTION_OUTGOING; in isOutgoingCall()
|
/aosp12/system/bt/stack/btm/ |
H A D | btm_sec.cc | 2020 android::bluetooth::DIRECTION_OUTGOING, android::bluetooth::LINK_TYPE_ACL, in btm_create_conn_cancel_complete()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCallTracker.java | 1966 : android.telecom.Call.Details.DIRECTION_OUTGOING; in cacheConnectionTimeWithPhoneNumber()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 39677 field public static final int DIRECTION_OUTGOING = 1; // 0x1
|