Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothDiscoveryHelper.java69 public void startDiscovery() { in startDiscovery() method in BluetoothDiscoveryHelper
89 bluetoothAdapter.startDiscovery(); in startDiscovery()
DBluetoothConnectionFacade.java437 return mBluetoothAdapter.startDiscovery(); in bluetoothDiscoverAndConnect()
463 return mBluetoothAdapter.startDiscovery(); in bluetoothDiscoverAndBond()
DBluetoothFacade.java316 return mBluetoothAdapter.startDiscovery(); in bluetoothStartDiscovery()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBluetoothAdapter.java37 public boolean startDiscovery() { in startDiscovery() method in ShadowBluetoothAdapter
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DBluetoothDeviceList.java63 mBluetoothHelper.startDiscovery(); in onStart()