Searched refs:sAvrcpProfile (Results 1 – 1 of 1) sorted by relevance
45 private static BluetoothAvrcpController sAvrcpProfile = null; field in BluetoothAvrcpFacade58 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()