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

/frameworks/base/packages/SettingsLib/tests/robotests/src/android/bluetooth/
H A DBluetoothCodecConfig.java22 public class BluetoothCodecConfig { class
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecConfig.java31 public final class BluetoothCodecConfig implements Parcelable { class in inherits:Parcelable
75 public BluetoothCodecConfig(int codecType, int codecPriority, method in class:BluetoothCodecConfig
93 if (o instanceof BluetoothCodecConfig) {
94 BluetoothCodecConfig other = (BluetoothCodecConfig)o;
212 public static final Parcelable.Creator<BluetoothCodecConfig> CREATOR =
213 new Parcelable.Creator<BluetoothCodecConfig>() {
214 public BluetoothCodecConfig createFromParcel(Parcel in) {
224 return new BluetoothCodecConfig(codecType, codecPriority,
230 public BluetoothCodecConfig[] newArra
[all...]

Completed in 103 milliseconds