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 33 BluetoothAvrcpPlayerSettings getPlayerSettings(in BluetoothDevice device);
BluetoothAvrcpController.java 235 public BluetoothAvrcpPlayerSettings getPlayerSettings(BluetoothDevice device) {
236 if (DBG) Log.d(TAG, "getPlayerSettings");
240 settings = mService.getPlayerSettings(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java 393 public synchronized BluetoothAvrcpPlayerSettings getPlayerSettings(BluetoothDevice device) {
399 Log.e(TAG, "getPlayerSettings device is null");
715 public BluetoothAvrcpPlayerSettings getPlayerSettings(BluetoothDevice device) {
726 return service.getPlayerSettings(device);
    [all...]

Completed in 3583 milliseconds