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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothAvrcpFacade.java44 private static BluetoothAvrcpController sAvrcpProfile = null; field in class:BluetoothAvrcpFacade
57 sAvrcpProfile = (BluetoothAvrcpController) proxy;
78 return sAvrcpProfile.getConnectedDevices();
90 Method m = sAvrcpProfile.getClass().getMethod("close");
91 m.invoke(sAvrcpProfile);

Completed in 75 milliseconds