Searched refs:BOND_BONDING (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java314 if (state == BluetoothDevice.BOND_BONDING) {
469 return getBondState() == BluetoothDevice.BOND_BONDING;
874 return getBondState() == BluetoothDevice.BOND_BONDING ? R.string.bluetooth_pairing : 0;
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java196 case BluetoothDevice.BOND_BONDING:
783 case BluetoothDevice.BOND_BONDING:
842 case BluetoothDevice.BOND_BONDING:
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java236 * {@link #BOND_BONDING},
245 * {@link #BOND_BONDING},
259 public static final int BOND_BONDING = 11; field in class:BluetoothDevice
1027 * {@link #BOND_BONDING},

Completed in 164 milliseconds