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

  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpPlayerSettings.java 31 public final class BluetoothAvrcpPlayerSettings implements Parcelable {
32 public static final String TAG = "BluetoothAvrcpPlayerSettings";
121 public static final Parcelable.Creator<BluetoothAvrcpPlayerSettings> CREATOR =
122 new Parcelable.Creator<BluetoothAvrcpPlayerSettings>() {
123 public BluetoothAvrcpPlayerSettings createFromParcel(Parcel in) {
124 return new BluetoothAvrcpPlayerSettings(in);
127 public BluetoothAvrcpPlayerSettings[] newArray(int size) {
128 return new BluetoothAvrcpPlayerSettings[size];
132 private BluetoothAvrcpPlayerSettings(Parcel in) {
145 public BluetoothAvrcpPlayerSettings(int settings)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 46 milliseconds