HomeSort by relevance Sort by last modified time
    Searched refs:startDiscovery (Results 1 - 25 of 38) sorted by null

1 2

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBluetoothAdapter.java 37 public boolean startDiscovery() {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothDiscoveryHelper.java 69 public void startDiscovery() {
89 bluetoothAdapter.startDiscovery();
BluetoothConnectionFacade.java 401 return mBluetoothAdapter.startDiscovery();
427 return mBluetoothAdapter.startDiscovery();
BluetoothFacade.java 298 return mBluetoothAdapter.startDiscovery();
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
BluetoothDeviceList.java 63 mBluetoothHelper.startDiscovery();
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 52 boolean startDiscovery();
BluetoothAdapter.java 78 * {@link #startDiscovery()}; or create a {@link BluetoothServerSocket} to
    [all...]
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 161 mBtAdapter.startDiscovery();
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 161 mBtAdapter.startDiscovery();
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 152 mBtAdapter.startDiscovery();
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DeviceListActivity.java 161 mBtAdapter.startDiscovery();
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothAdapter.java 171 if (mAdapter.startDiscovery()) {
  /packages/apps/Settings/tests/app/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 61 mAdapter.startDiscovery();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 131 mBluetoothAdapter.startDiscovery();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothScanner.java 282 mBtAdapter.startDiscovery();
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 645 assertTrue(adapter.startDiscovery());
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 6982 milliseconds

1 2