Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothAvrcpFacade.java45 private static BluetoothAvrcpController sAvrcpProfile = null; field in BluetoothAvrcpFacade
58 sAvrcpProfile = (BluetoothAvrcpController) proxy; in onServiceConnected()
87 return sAvrcpProfile.getConnectedDevices(); in bluetoothAvrcpGetConnectedDevices()
101 Method m = sAvrcpProfile.getClass().getMethod("close"); in bluetoothAvrcpDisconnect()
102 m.invoke(sAvrcpProfile); in bluetoothAvrcpDisconnect()