Searched refs:BOND_NONE (Results 1 – 13 of 13) sorted by relevance
57 return cachedDevice.getBondState() == BluetoothDevice.BOND_NONE; in onDeviceDisappeared()182 -> cachedDevice.getBondState() == BluetoothDevice.BOND_NONE); in clearNonBondedDevices()190 && subDevice.getDevice().getBondState() == BluetoothDevice.BOND_NONE) { in clearNonBondedSubDevices()
374 if (getBondState() == BluetoothDevice.BOND_NONE) { in ensurePaired()402 if (state != BluetoothDevice.BOND_NONE) { in unpair()735 if (bondState == BluetoothDevice.BOND_NONE) { in onBondingStateChanged()
351 if (bondState == BluetoothDevice.BOND_NONE) { in onReceive()
266 when(mDevice2.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in clearNonBondedDevices_bondedAndNonBondedDevices_nonBondedDevicesCleared()272 when(mDevice1.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in clearNonBondedDevices_bondedAndNonBondedDevices_nonBondedDevicesCleared()273 when(mDevice2.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in clearNonBondedDevices_bondedAndNonBondedDevices_nonBondedDevicesCleared()286 when(mDevice2.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in clearNonBondedDevices_nonBondedSubDevice()398 when(mDevice1.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in onDeviceDisappeared_deviceBondedUnbonded_unbondedDeviceDisappeared()
359 mIntent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_NONE); in showUnbondMessage_reasonAuthTimeout_showCorrectedErrorCode()374 mIntent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_NONE); in showUnbondMessage_reasonRemoteDeviceDown_showCorrectedErrorCode()390 mIntent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_NONE); in showUnbondMessage_reasonAuthRejected_showCorrectedErrorCode()405 mIntent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_NONE); in showUnbondMessage_reasonAuthFailed_showCorrectedErrorCode()
105 assertEquals(BluetoothDevice.BOND_NONE, mBluetoothControllerImpl.getBondState(device)); in testDefaultConnectionState()118 assertEquals(BluetoothDevice.BOND_NONE, mBluetoothControllerImpl.getBondState(device)); in testAsyncBondState()
197 case BluetoothDevice.BOND_NONE: in onReceive()825 case BluetoothDevice.BOND_NONE: in pairOrAcceptPair()887 case BluetoothDevice.BOND_NONE: in unpair()907 if (device.getBondState() == BluetoothDevice.BOND_NONE in unpair()
311 public static final int BOND_NONE = 10; field in BluetoothDevice1626 return BOND_NONE; in getBondState()1637 return BOND_NONE; in getBondState()
432 private int mBondState = BluetoothDevice.BOND_NONE;
396 if (mController.getBondState(device) == BluetoothDevice.BOND_NONE) continue; in updateItems()
393 } else if (bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChangedInternal()
9060 field public static final int BOND_NONE = 10; // 0xa
6218 field public static final int BOND_NONE = 10; // 0xa