Searched refs:BluetoothCodecStatus (Results 1 – 10 of 10) sorted by relevance
33 public final class BluetoothCodecStatus implements Parcelable { class47 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig, in BluetoothCodecStatus() method in BluetoothCodecStatus57 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];
20 import android.bluetooth.BluetoothCodecStatus;41 BluetoothCodecStatus getCodecStatus(); in getCodecStatus()
19 parcelable BluetoothCodecStatus;
602 public BluetoothCodecStatus getCodecStatus() { in getCodecStatus()
20 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()
20 import android.bluetooth.BluetoothCodecStatus;42 public BluetoothCodecStatus getCodecStatus(); in getCodecStatus()
20 import android.bluetooth.BluetoothCodecStatus;44 public BluetoothCodecStatus getCodecStatus() { in getCodecStatus()
23 import android.bluetooth.BluetoothCodecStatus;
22 public class BluetoothCodecStatus { class
699 android.bluetooth.BluetoothCodecStatus