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

  /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;
211 public static final Parcelable.Creator<BluetoothCodecConfig> CREATOR =
212 new Parcelable.Creator<BluetoothCodecConfig>() {
213 public BluetoothCodecConfig createFromParcel(Parcel in) {
223 return new BluetoothCodecConfig(codecType, codecPriority,
230 public BluetoothCodecConfig[] newArray(int size)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 80 milliseconds