Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothAvrcpController.aidl33 BluetoothAvrcpPlayerSettings getPlayerSettings(in BluetoothDevice device); in getPlayerSettings() method
DBluetoothAvrcpController.java235 public BluetoothAvrcpPlayerSettings getPlayerSettings(BluetoothDevice device) { in getPlayerSettings() method in BluetoothAvrcpController
240 settings = mService.getPlayerSettings(device); in getPlayerSettings()