Searched refs:BluetoothAvrcpPlayerSettings (Results 1 – 3 of 3) 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
203 public BluetoothAvrcpPlayerSettings getPlayerSettings(BluetoothDevice device) { in getPlayerSettings()205 BluetoothAvrcpPlayerSettings settings = null; in getPlayerSettings()225 public boolean setPlayerApplicationSetting(BluetoothAvrcpPlayerSettings plAppSetting) { in setPlayerApplicationSetting()
10012 …PlayerSettings(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAvrcpPlayerSettings;10023 …othAvrcpController;->setPlayerApplicationSetting(Landroid/bluetooth/BluetoothAvrcpPlayerSettings;)Z10026 Landroid/bluetooth/BluetoothAvrcpPlayerSettings;-><init>(I)V10027 Landroid/bluetooth/BluetoothAvrcpPlayerSettings;-><init>(Landroid/os/Parcel;)V10028 Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->addSettingValue(II)V10029 Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->CREATOR:Landroid/os/Parcelable$Creator;10030 Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->getSettings()I10031 Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->getSettingValue(I)I10032 Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->mSettings:I10033 Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->mSettingsValue:Ljava/util/Map;[all …]