Home
last modified time | relevance | path

Searched refs:setPlayerApplicationSetting (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetoothAvrcpController.aidl34 boolean setPlayerApplicationSetting(in BluetoothAvrcpPlayerSettings plAppSetting); in setPlayerApplicationSetting() method
DBluetoothAvrcpController.java253 public boolean setPlayerApplicationSetting(BluetoothAvrcpPlayerSettings plAppSetting) { in setPlayerApplicationSetting() method in BluetoothAvrcpController
257 return mService.setPlayerApplicationSetting(plAppSetting); in setPlayerApplicationSetting()