Home
last modified time | relevance | path

Searched refs:BluetoothCodecStatus (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecStatus.java35 public final class BluetoothCodecStatus implements Parcelable { class
50 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig, in BluetoothCodecStatus() method in BluetoothCodecStatus
60 if (o instanceof BluetoothCodecStatus) { in equals()
61 BluetoothCodecStatus other = (BluetoothCodecStatus) o; in equals()
111 … public static final @android.annotation.NonNull Parcelable.Creator<BluetoothCodecStatus> CREATOR =
112 new Parcelable.Creator<BluetoothCodecStatus>() {
113 public BluetoothCodecStatus createFromParcel(Parcel in) {
121 return new BluetoothCodecStatus(codecConfig,
126 public BluetoothCodecStatus[] newArray(int size) {
127 return new BluetoothCodecStatus[size];
DBluetoothA2dp.java594 public @Nullable BluetoothCodecStatus getCodecStatus(BluetoothDevice device) { in getCodecStatus()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java28 import android.bluetooth.BluetoothCodecStatus;
118 BluetoothCodecStatus status = mock(BluetoothCodecStatus.class); in isHighQualityAudioEnabled()
179 BluetoothCodecStatus status = mock(BluetoothCodecStatus.class); in getLabelDeviceConnectedButNotHighQualityCodec()
194 BluetoothCodecStatus status = mock(BluetoothCodecStatus.class); in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecStatusTest.java430 private static final BluetoothCodecStatus bcs_A =
431 new BluetoothCodecStatus(config_A, local_capability_A, selectable_capability_A);
432 private static final BluetoothCodecStatus bcs_B =
433 new BluetoothCodecStatus(config_B, local_capability_B, selectable_capability_B);
434 private static final BluetoothCodecStatus bcs_B_reordered =
435 new BluetoothCodecStatus(config_B, local_capability_B_reordered,
437 private static final BluetoothCodecStatus bcs_C =
438 new BluetoothCodecStatus(config_C, local_capability_C, selectable_capability_C);
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java24 import android.bluetooth.BluetoothCodecStatus;
231 final BluetoothCodecStatus btCodecStatus = mA2dp.getCodecStatus(device); in getA2dpCodec()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10768 Landroid/bluetooth/BluetoothCodecStatus;-><init>(Landroid/bluetooth/BluetoothCodecConfig;[Landroid/…
10769 Landroid/bluetooth/BluetoothCodecStatus;->CREATOR:Landroid/os/Parcelable$Creator;
10770 Landroid/bluetooth/BluetoothCodecStatus;->mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;
10771 Landroid/bluetooth/BluetoothCodecStatus;->mCodecsLocalCapabilities:[Landroid/bluetooth/BluetoothCod…
10772 Landroid/bluetooth/BluetoothCodecStatus;->mCodecsSelectableCapabilities:[Landroid/bluetooth/Bluetoo…
10773 Landroid/bluetooth/BluetoothCodecStatus;->sameCapabilities([Landroid/bluetooth/BluetoothCodecConfig…
11820 …Proxy;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothCodecStatus;
11861 …hA2dp;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothCodecStatus;
Dboot-image-profile.txt3149 …hA2dp;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothCodecStatus;
3263 …Proxy;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothCodecStatus;