Searched refs:getBondState (Results 1 – 4 of 4) sorted by relevance
55 assertThat(device.getBondState()).isEqualTo(BOND_NONE); in canSetAndGetBondState()58 assertThat(device.getBondState()).isEqualTo(BOND_BONDED); in canSetAndGetBondState()
89 protected int getBondState() { in getBondState() method in ShadowBluetoothDevice
78 if (device.getBondState() != BluetoothDevice.BOND_BONDED) { in onReceive()
520 deviceInfo.put("state", data.getBondState()); in buildJsonBluetoothDevice()