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

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothA2dpSinkFacade.java 86 BluetoothDevice mDevice = BluetoothFacade.getDevice(BluetoothFacade.DiscoveredDevices, device);
99 device = BluetoothFacade.getDevice(sA2dpSinkProfile.getConnectedDevices(), deviceStr);
124 device = BluetoothFacade.getDevice(deviceList, deviceID);
BluetoothHfpClientFacade.java 90 BluetoothFacade.getDevice(BluetoothFacade.DiscoveredDevices, deviceStr);
107 BluetoothFacade.getDevice(sHfpClientProfile.getConnectedDevices(), deviceStr);
132 device = BluetoothFacade.getDevice(deviceList, deviceID);
BluetoothHspFacade.java 89 BluetoothDevice mDevice = BluetoothFacade.getDevice(BluetoothFacade.DiscoveredDevices, device);
102 BluetoothDevice mDevice = BluetoothFacade.getDevice(sHspProfile.getConnectedDevices(),
124 device = BluetoothFacade.getDevice(deviceList, deviceID);
BluetoothHidFacade.java 88 BluetoothDevice mDevice = BluetoothFacade.getDevice(BluetoothFacade.DiscoveredDevices, device);
101 BluetoothDevice mDevice = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(),
123 device = BluetoothFacade.getDevice(deviceList, deviceID);
140 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(),
158 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(),
171 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(),
181 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(),
BluetoothA2dpFacade.java 108 BluetoothDevice mDevice = BluetoothFacade.getDevice(
109 BluetoothFacade.DiscoveredDevices, deviceID);
130 BluetoothDevice mDevice = BluetoothFacade.getDevice(connectedA2dpDevices, deviceID);
BluetoothConnectionFacade.java 159 if (BluetoothFacade.deviceMatch(device, mDeviceID)) {
175 if (BluetoothFacade.deviceMatch(device, mDeviceID)) {
208 if (BluetoothFacade.deviceMatch(device, mDeviceID)) {
235 if (BluetoothFacade.deviceMatch(device, mDeviceID)) {
260 if (!BluetoothFacade.deviceMatch(device, mDeviceID)) {
416 if (BluetoothFacade.deviceMatch(bd, deviceID)) {
451 if (BluetoothFacade.deviceExists(mBluetoothAdapter.getBondedDevices(), deviceID)) {
472 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(),
482 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(),
493 BluetoothDevice mDevice = BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices()
    [all...]
BluetoothAvrcpFacade.java 108 BluetoothDevice mDevice = BluetoothFacade.getDevice(sAvrcpProfile.getConnectedDevices(),
BluetoothMapFacade.java 88 BluetoothDevice mDevice = BluetoothFacade.getDevice(connectedMapDevices, deviceID);
BluetoothFacade.java 50 public class BluetoothFacade extends RpcReceiver {
65 public BluetoothFacade(FacadeManager manager) {
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/
FacadeConfiguration.java 34 import com.googlecode.android_scripting.facade.bluetooth.BluetoothFacade;
113 sFacadeClassList.add(BluetoothFacade.class);

Completed in 893 milliseconds