Searched refs:BluetoothAvrcpPlayerSettings (Results 1 – 2 of 2) sorted by relevance
31 public final class BluetoothAvrcpPlayerSettings implements Parcelable { class121 …public static final @android.annotation.NonNull Parcelable.Creator<BluetoothAvrcpPlayerSettings> C…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) { in BluetoothAvrcpPlayerSettings() method in BluetoothAvrcpPlayerSettings145 public BluetoothAvrcpPlayerSettings(int settings) { in BluetoothAvrcpPlayerSettings() method in BluetoothAvrcpPlayerSettings
177 public BluetoothAvrcpPlayerSettings getPlayerSettings(BluetoothDevice device) { in getPlayerSettings()179 BluetoothAvrcpPlayerSettings settings = null; in getPlayerSettings()197 public boolean setPlayerApplicationSetting(BluetoothAvrcpPlayerSettings plAppSetting) { in setPlayerApplicationSetting()