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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBluetoothDeviceTest.java 65 assertThat(device.createBond()).isFalse();
68 assertThat(device.createBond()).isTrue();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBluetoothDevice.java 100 protected boolean createBond() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
HidHostActivity.java 103 bluetoothDevice.createBond();
BleCocClientService.java 493 if (!device.createBond()) {
BleClientService.java 511 // (BluetoothDevice#createBond() does not work on Android 6.0.
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothConnectionFacade.java 257 if (mDevice.createBond()) {
552 return mBluetoothAdapter.getRemoteDevice(macAddress).createBond();

Completed in 1304 milliseconds