Searched refs:BOND_NONE (Results 1 – 14 of 14) sorted by relevance
58 return cachedDevice.getBondState() == BluetoothDevice.BOND_NONE; in onDeviceDisappeared()180 -> cachedDevice.getBondState() == BluetoothDevice.BOND_NONE); in clearNonBondedDevices()188 && subDevice.getDevice().getBondState() == BluetoothDevice.BOND_NONE) { in clearNonBondedSubDevices()
292 if (getBondState() == BluetoothDevice.BOND_NONE) { in ensurePaired()320 if (state != BluetoothDevice.BOND_NONE) { in unpair()636 if (bondState == BluetoothDevice.BOND_NONE) { in onBondingStateChanged()
375 if (bondState == BluetoothDevice.BOND_NONE) { in onReceive()
250 when(mDevice2.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in clearNonBondedDevices_bondedAndNonBondedDevices_nonBondedDevicesCleared()256 when(mDevice1.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in clearNonBondedDevices_bondedAndNonBondedDevices_nonBondedDevicesCleared()257 when(mDevice2.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in clearNonBondedDevices_bondedAndNonBondedDevices_nonBondedDevicesCleared()270 when(mDevice2.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in clearNonBondedDevices_nonBondedSubDevice()382 when(mDevice1.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in onDeviceDisappeared_deviceBondedUnbonded_unbondedDeviceDisappeared()
100 assertEquals(BluetoothDevice.BOND_NONE, mBluetoothControllerImpl.getBondState(device)); in testDefaultConnectionState()116 assertEquals(BluetoothDevice.BOND_NONE, mBluetoothControllerImpl.getBondState(device)); in testAsyncBondState()
115 when(cachedDevice.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in startScan_haveA2dpProfileDeviceIsPreferredAndBondNone_shouldNotAddDevice()345 when(device.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in onProfileConnectionStateChanged_cachedDeviceIsBondNone_callOnDeviceRemoved()381 when(device.getBondState()).thenReturn(BluetoothDevice.BOND_NONE); in onAclConnectionStateChanged_cachedDeviceIsBondNone_callOnDeviceRemoved()
278 public static final int BOND_NONE = 10; field in BluetoothDevice1340 return BOND_NONE; in getBondState()1347 return BOND_NONE; in getBondState()
193 case BluetoothDevice.BOND_NONE: in onReceive()782 case BluetoothDevice.BOND_NONE: in pairOrAcceptPair()844 case BluetoothDevice.BOND_NONE: in unpair()864 if (device.getBondState() == BluetoothDevice.BOND_NONE in unpair()
264 if (BluetoothDevice.BOND_NONE == cachedDevice.getBondState()) { in updateMediaDeviceListIfNecessary()
331 private int mBondState = BluetoothDevice.BOND_NONE;
386 if (mController.getBondState(device) == BluetoothDevice.BOND_NONE) continue; in updateItems()
389 } else if (bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChangedInternal()
6218 field public static final int BOND_NONE = 10; // 0xa
8379 field public static final int BOND_NONE = 10; // 0xa