Searched defs:BluetoothCodecStatus (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/android/bluetooth/
H A DBluetoothCodecStatus.java22 public class BluetoothCodecStatus { class
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecStatus.java33 public final class BluetoothCodecStatus implements Parcelable { class in inherits:Parcelable
47 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig, method in class:BluetoothCodecStatus
57 if (o instanceof BluetoothCodecStatus) {
58 BluetoothCodecStatus other = (BluetoothCodecStatus)o;
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[] newArra
[all...]

Completed in 119 milliseconds