Searched refs:BluetoothAvrcpController (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAvrcpController.java36 *<p>BluetoothAvrcpController is a proxy object for controlling the Bluetooth AVRCP
38 * the BluetoothAvrcpController proxy object.
42 public final class BluetoothAvrcpController implements BluetoothProfile { class in inherits:BluetoothProfile
43 private static final String TAG = "BluetoothAvrcpController";
159 * Create a BluetoothAvrcpController proxy object for interacting with the local
163 /*package*/ BluetoothAvrcpController(Context context, ServiceListener l) { method in class:BluetoothAvrcpController
389 BluetoothAvrcpController.this);
H A DBluetoothAdapter.java1905 BluetoothAvrcpController avrcp = new BluetoothAvrcpController(context, listener);
1961 BluetoothAvrcpController avrcp = (BluetoothAvrcpController)proxy;

Completed in 111 milliseconds