Home
last modified time | relevance | path

Searched refs:createBond (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java65 assertThat(device.createBond()).isFalse(); in canSetAndGetCreatedBond()
68 assertThat(device.createBond()).isTrue(); in canSetAndGetCreatedBond()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java100 protected boolean createBond() { in createBond() method in ShadowBluetoothDevice
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothConnectionFacade.java259 if (mDevice.createBond()) { in onReceive()
554 return mBluetoothAdapter.getRemoteDevice(macAddress).createBond(); in bluetoothBond()