Home
last modified time | relevance | path

Searched refs:getBondState (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java55 assertThat(device.getBondState()).isEqualTo(BOND_NONE); in canSetAndGetBondState()
58 assertThat(device.getBondState()).isEqualTo(BOND_BONDED); in canSetAndGetBondState()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java89 protected int getBondState() { in getBondState() method in ShadowBluetoothDevice
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothDiscoveryHelper.java78 if (device.getBondState() != BluetoothDevice.BOND_BONDED) { in onReceive()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java520 deviceInfo.put("state", data.getBondState()); in buildJsonBluetoothDevice()