Searched refs:BluetoothHeadsetClientCall (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadsetClientCall.java | 35 public final class BluetoothHeadsetClientCall implements Parcelable, Attributable { class 76 public BluetoothHeadsetClientCall( in BluetoothHeadsetClientCall() method in BluetoothHeadsetClientCall 87 public BluetoothHeadsetClientCall( in BluetoothHeadsetClientCall() method in BluetoothHeadsetClientCall 293 public static final @NonNull Creator<BluetoothHeadsetClientCall> CREATOR = 296 public BluetoothHeadsetClientCall createFromParcel(Parcel in) { 297 return new BluetoothHeadsetClientCall( 309 public BluetoothHeadsetClientCall[] newArray(int size) { 310 return new BluetoothHeadsetClientCall[size];
|
D | BluetoothHeadsetClient.java | 1013 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) { in getCurrentCalls() 1158 public boolean terminateCall(BluetoothDevice device, BluetoothHeadsetClientCall call) { in terminateCall() 1250 public BluetoothHeadsetClientCall dial(BluetoothDevice device, String number) { in dial()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHeadsetClient.aidl | 21 import android.bluetooth.BluetoothHeadsetClientCall; 53 …List<BluetoothHeadsetClientCall> getCurrentCalls(in BluetoothDevice device, in AttributionSource a… in getCurrentCalls() 64 …boolean terminateCall(in BluetoothDevice device, in BluetoothHeadsetClientCall call, in Attributio… in terminateCall() 72 …BluetoothHeadsetClientCall dial(in BluetoothDevice device, String number, in AttributionSource att… in dial()
|
D | BluetoothHeadsetClientCall.aidl | 18 parcelable BluetoothHeadsetClientCall;
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 24 import android.bluetooth.BluetoothHeadsetClientCall; 264 static BluetoothHeadsetClientCall toLegacyCall(HfpClientCall call) { in toLegacyCall() 266 return new BluetoothHeadsetClientCall( in toLegacyCall() 482 BluetoothDevice device, BluetoothHeadsetClientCall call, AttributionSource source) { in terminateCall() 514 public BluetoothHeadsetClientCall dial( in dial() 525 public List<BluetoothHeadsetClientCall> getCurrentCalls( in getCurrentCalls() 528 List<BluetoothHeadsetClientCall> currentCalls = new ArrayList<>(); in getCurrentCalls()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 537 …android/bluetooth/BluetoothDevice;Ljava/lang/String;)Landroid/bluetooth/BluetoothHeadsetClientCall; 591 …->terminateCall(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHeadsetClientCall;)Z 593 Landroid/bluetooth/BluetoothHeadsetClientCall;-><init>(Landroid/bluetooth/BluetoothDevice;IILjava/l… 594 Landroid/bluetooth/BluetoothHeadsetClientCall;-><init>(Landroid/bluetooth/BluetoothDevice;ILjava/ut… 595 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_ACTIVE:I 596 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_ALERTING:I 597 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_DIALING:I 598 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_HELD:I 599 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_HELD_BY_RESPONSE_AND_HOLD:I 600 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_INCOMING:I [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachineTest.java | 39 import android.bluetooth.BluetoothHeadsetClientCall; 657 IsInstanceOf.instanceOf(BluetoothHeadsetClientCall.class));
|