Searched refs:BOND_NONE (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java51 return cachedDevice.getBondState() == BluetoothDevice.BOND_NONE;
H A DCachedBluetoothDevice.java285 if (getBondState() == BluetoothDevice.BOND_NONE) {
322 if (state != BluetoothDevice.BOND_NONE) {
550 if (bondState == BluetoothDevice.BOND_NONE) {
H A DBluetoothEventManager.java291 if (bondState == BluetoothDevice.BOND_NONE) {
370 if (device != null && device.getBondState() == BluetoothDevice.BOND_NONE) {
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java197 // Note: When EXTRA_BOND_STATE is BOND_NONE then this will also
233 * {@link #BOND_NONE},
242 * {@link #BOND_NONE},
253 public static final int BOND_NONE = 10; field in class:BluetoothDevice
968 * {@link #BOND_NONE},
979 return BOND_NONE;
990 return BOND_NONE;
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java193 case BluetoothDevice.BOND_NONE:
776 case BluetoothDevice.BOND_NONE:
838 case BluetoothDevice.BOND_NONE:
858 if (device.getBondState() == BluetoothDevice.BOND_NONE
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java257 if (device.getBondState() == BluetoothDevice.BOND_NONE) continue;
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java389 } else if (bondState == BluetoothDevice.BOND_NONE) {

Completed in 322 milliseconds