HomeSort by relevance Sort by last modified time
    Searched refs:getPlayerSettings (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetoothAvrcpController.aidl 34 BluetoothAvrcpPlayerSettings getPlayerSettings(in BluetoothDevice device);
BluetoothAvrcpController.java 289 public BluetoothAvrcpPlayerSettings getPlayerSettings(BluetoothDevice device) {
290 if (DBG) Log.d(TAG, "getPlayerSettings");
294 settings = mService.getPlayerSettings(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 321 public BluetoothAvrcpPlayerSettings getPlayerSettings(BluetoothDevice device) {
442 public BluetoothAvrcpPlayerSettings getPlayerSettings(BluetoothDevice device) {
446 return service.getPlayerSettings(device);
    [all...]

Completed in 991 milliseconds