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

  /system/bt/binder/android/bluetooth/
IBluetoothAvrcpController.aidl 34 boolean setPlayerApplicationSetting(in BluetoothAvrcpPlayerSettings plAppSetting);
  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpController.java 257 public boolean setPlayerApplicationSetting(BluetoothAvrcpPlayerSettings plAppSetting) {
258 if (DBG) Log.d(TAG, "setPlayerApplicationSetting");
262 return service.setPlayerApplicationSetting(plAppSetting);
264 Log.e(TAG, "Error talking to BT service in setPlayerApplicationSetting() " + e);
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java 391 public boolean setPlayerApplicationSetting(BluetoothAvrcpPlayerSettings plAppSetting) {
709 public boolean setPlayerApplicationSetting(BluetoothAvrcpPlayerSettings plAppSetting) {
710 Log.v(TAG, "Binder Call: setPlayerApplicationSetting ");
715 return service.setPlayerApplicationSetting(plAppSetting);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 112 milliseconds