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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java318 if (state == BluetoothDevice.BOND_BONDING) {
473 return getBondState() == BluetoothDevice.BOND_BONDING;
876 return getBondState() == BluetoothDevice.BOND_BONDING ? R.string.bluetooth_pairing : 0;
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java194 case BluetoothDevice.BOND_BONDING:
801 case BluetoothDevice.BOND_BONDING:
860 case BluetoothDevice.BOND_BONDING:
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java230 * {@link #BOND_BONDING},
239 * {@link #BOND_BONDING},
253 public static final int BOND_BONDING = 11; field in class:BluetoothDevice
955 * {@link #BOND_BONDING},

Completed in 353 milliseconds