Home
last modified time | relevance | path

Searched refs:BOND_NONE (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java57 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()
DCachedBluetoothDevice.java374 if (getBondState() == BluetoothDevice.BOND_NONE) { in ensurePaired()
402 if (state != BluetoothDevice.BOND_NONE) { in unpair()
735 if (bondState == BluetoothDevice.BOND_NONE) { in onBondingStateChanged()
DBluetoothEventManager.java351 if (bondState == BluetoothDevice.BOND_NONE) { in onReceive()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManagerTest.java266 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()
DBluetoothEventManagerTest.java359 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java105 assertEquals(BluetoothDevice.BOND_NONE, mBluetoothControllerImpl.getBondState(device)); in testDefaultConnectionState()
118 assertEquals(BluetoothDevice.BOND_NONE, mBluetoothControllerImpl.getBondState(device)); in testAsyncBondState()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java197 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()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java311 public static final int BOND_NONE = 10; field in BluetoothDevice
1626 return BOND_NONE; in getBondState()
1637 return BOND_NONE; in getBondState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java432 private int mBondState = BluetoothDevice.BOND_NONE;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java396 if (mController.getBondState(device) == BluetoothDevice.BOND_NONE) continue; in updateItems()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java393 } else if (bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChangedInternal()
/frameworks/base/core/api/
Dcurrent.txt9060 field public static final int BOND_NONE = 10; // 0xa
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6218 field public static final int BOND_NONE = 10; // 0xa