HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothCodecConfig (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/tests/robotests/src/android/bluetooth/
BluetoothCodecConfig.java 22 public class BluetoothCodecConfig {
  /frameworks/base/packages/SettingsLib/tests/robotests/src/android/bluetooth/
BluetoothCodecConfig.java 22 public class BluetoothCodecConfig {
  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 31 public final class BluetoothCodecConfig implements Parcelable {
75 public BluetoothCodecConfig(int codecType, int codecPriority,
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[] newArray(int size)
    [all...]

Completed in 96 milliseconds