/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/ |
H A D | ImsConferenceTest.java | 104 Call.Details.DIRECTION_INCOMING); in testPropertyPropagation() 146 Call.Details.DIRECTION_INCOMING); in testSinglePartyEmulation() 191 Call.Details.DIRECTION_INCOMING); in testDisconnectParticipantViaDisconnectState() 197 Call.Details.DIRECTION_INCOMING); in testDisconnectParticipantViaDisconnectState() 204 Call.Details.DIRECTION_INCOMING); in testDisconnectParticipantViaDisconnectState() 219 Call.Details.DIRECTION_INCOMING); in testDisconnectParticipantViaDisconnectState() 255 Call.Details.DIRECTION_INCOMING); in testDisconnectParticipantViaRemoval() 261 Call.Details.DIRECTION_INCOMING); in testDisconnectParticipantViaRemoval() 268 Call.Details.DIRECTION_INCOMING); in testDisconnectParticipantViaRemoval() 313 Call.Details.DIRECTION_INCOMING); in testSinglePartyEmulationEnterOnDisconnectParticipant() [all …]
|
H A D | TestTelephonyConnection.java | 128 super(null, null, android.telecom.Call.Details.DIRECTION_INCOMING); in TestTelephonyConnection()
|
/aosp12/system/bt/gd/hci/ |
H A D | hci_metrics_logging.cc | 129 direction = android::bluetooth::DIRECTION_INCOMING; in log_link_layer_connection_command_status() 137 direction = android::bluetooth::DIRECTION_INCOMING; in log_link_layer_connection_command_status() 145 direction = android::bluetooth::DIRECTION_INCOMING; in log_link_layer_connection_command_status() 154 direction = android::bluetooth::DIRECTION_INCOMING; in log_link_layer_connection_command_status() 163 direction = android::bluetooth::DIRECTION_INCOMING; in log_link_layer_connection_command_status() 175 direction = android::bluetooth::DIRECTION_INCOMING; in log_link_layer_connection_command_status() 208 direction = android::bluetooth::DIRECTION_INCOMING; in log_link_layer_connection_command_status() 217 direction = android::bluetooth::DIRECTION_INCOMING; in log_link_layer_connection_command_status() 226 direction = android::bluetooth::DIRECTION_INCOMING; in log_link_layer_connection_command_status() 270 direction = android::bluetooth::DIRECTION_INCOMING; in log_link_layer_connection_command_complete() [all …]
|
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | TestCallScreeningService.java | 55 if (callDetails.getCallDirection() == Call.Details.DIRECTION_INCOMING) { in onScreenCall()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | ParcelableCallUtils.java | 19 import static android.telecom.Call.Details.DIRECTION_INCOMING; 208 callDirection = DIRECTION_INCOMING; in toParcelableCall() 289 callDirection = DIRECTION_INCOMING; in toParcelableCallForScreening()
|
H A D | Call.java | 4096 case android.telecom.Call.Details.DIRECTION_INCOMING: in getRemappedCallDirection()
|
/aosp12/system/bt/stack/btu/ |
H A D | btu_hcif.cc | 207 android::bluetooth::DIRECTION_INCOMING, link_type, cmd, evt_code, in btu_hcif_log_event_metrics() 510 android::bluetooth::DIRECTION_INCOMING, in btu_hcif_log_command_metrics() 520 android::bluetooth::DIRECTION_INCOMING, in btu_hcif_log_command_metrics() 603 android::bluetooth::DIRECTION_INCOMING, in btu_hcif_log_command_metrics() 626 android::bluetooth::DIRECTION_INCOMING, in btu_hcif_log_command_metrics() 780 android::bluetooth::DIRECTION_INCOMING, in btu_hcif_log_command_complete_metrics()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/beam/ |
H A D | BeamStatusReceiver.java | 73 public static final int DIRECTION_INCOMING = 0; field in BeamStatusReceiver
|
H A D | BeamTransferManager.java | 500 BeamStatusReceiver.DIRECTION_INCOMING : BeamStatusReceiver.DIRECTION_OUTGOING); in buildCancelIntent()
|
/aosp12/frameworks/proto_logging/stats/enums/bluetooth/ |
H A D | enums.proto | 50 DIRECTION_INCOMING = 2; enumerator
|
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/ |
H A D | FakeTelecomManager.java | 110 mInCallService.addCall(id, Call.Details.DIRECTION_INCOMING, Call.STATE_RINGING); in receiveCall()
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
H A D | ConferenceParticipant.java | 222 …sb.append(getCallDirection() == android.telecom.Call.Details.DIRECTION_INCOMING ? "Incoming" : "Ou… in toString()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
H A D | BluetoothCall.java | 297 return getDetails().getCallDirection() == Call.Details.DIRECTION_INCOMING; in isIncoming()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | Call.java | 377 value = {DIRECTION_UNKNOWN, DIRECTION_INCOMING, DIRECTION_OUTGOING}) 390 public static final int DIRECTION_INCOMING = 0; field in Call.Details
|
/aosp12/system/bt/stack/smp/ |
H A D | smp_utils.cc | 324 : android::bluetooth::DirectionEnum::DIRECTION_INCOMING; in smp_log_metrics()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | TelephonyConnectionService.java | 1863 : android.telecom.Call.Details.DIRECTION_INCOMING; in createConnectionFor()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCallTracker.java | 1965 connection.isIncoming() ? android.telecom.Call.Details.DIRECTION_INCOMING in cacheConnectionTimeWithPhoneNumber()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 39676 field public static final int DIRECTION_INCOMING = 0; // 0x0
|