Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecStatus.java33 public final class BluetoothCodecStatus implements Parcelable { class
47 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig, in BluetoothCodecStatus() method in BluetoothCodecStatus
57 if (o instanceof BluetoothCodecStatus) { in equals()
58 BluetoothCodecStatus other = (BluetoothCodecStatus)o; in equals()
86 public static final Parcelable.Creator<BluetoothCodecStatus> CREATOR =
87 new Parcelable.Creator<BluetoothCodecStatus>() {
88 public BluetoothCodecStatus createFromParcel(Parcel in) {
93 return new BluetoothCodecStatus(codecConfig,
97 public BluetoothCodecStatus[] newArray(int size) {
98 return new BluetoothCodecStatus[size];
DIBluetoothA2dp.aidl20 import android.bluetooth.BluetoothCodecStatus;
41 BluetoothCodecStatus getCodecStatus(); in getCodecStatus()
DBluetoothCodecStatus.aidl19 parcelable BluetoothCodecStatus;
DBluetoothA2dp.java602 public BluetoothCodecStatus getCodecStatus() { in getCodecStatus()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java20 import android.bluetooth.BluetoothCodecStatus;
123 BluetoothCodecStatus status = mock(BluetoothCodecStatus.class); in isHighQualityAudioEnabled()
177 BluetoothCodecStatus status = mock(BluetoothCodecStatus.class); in getLabelDeviceConnectedButNotHighQualityCodec()
192 BluetoothCodecStatus status = mock(BluetoothCodecStatus.class); in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothA2dpWrapper.java20 import android.bluetooth.BluetoothCodecStatus;
42 public BluetoothCodecStatus getCodecStatus(); in getCodecStatus()
DBluetoothA2dpWrapperImpl.java20 import android.bluetooth.BluetoothCodecStatus;
44 public BluetoothCodecStatus getCodecStatus() { in getCodecStatus()
DA2dpProfile.java23 import android.bluetooth.BluetoothCodecStatus;
/frameworks/base/packages/SettingsLib/tests/robotests/src/android/bluetooth/
DBluetoothCodecStatus.java22 public class BluetoothCodecStatus { class
/frameworks/base/
Dcompiled-classes-phone699 android.bluetooth.BluetoothCodecStatus