Home
last modified time | relevance | path

Searched refs:BOND_BONDED (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java87 return device.getBondState() == BluetoothDevice.BOND_BONDED; in matches()
94 return device.getBondState() != BluetoothDevice.BOND_BONDED; in matches()
DCachedBluetoothDeviceManager.java121 if (cachedDevice.getBondState() != BluetoothDevice.BOND_BONDED) { in clearNonBondedDevices()
158 if (cachedDevice.getBondState() != BluetoothDevice.BOND_BONDED) { in onBluetoothStateChanged()
DCachedBluetoothDevice.java557 if (bondState == BluetoothDevice.BOND_BONDED) { in onBondingStateChanged()
643 comparison = (another.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) - in compareTo()
644 (getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0); in compareTo()
798 if (mDevice.getBondState() != BluetoothDevice.BOND_BONDED) return; in processPhonebookAccess()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java100 when(device.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in testAsyncBondState()
113 assertEquals(BluetoothDevice.BOND_BONDED, mBluetoothControllerImpl.getBondState(device)); in testAsyncBondState()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java199 case BluetoothDevice.BOND_BONDED: in onReceive()
786 case BluetoothDevice.BOND_BONDED: in pairOrAcceptPair()
797 if (state == BluetoothDevice.BOND_BONDED && (receiver.getFiredFlags() & mask) == mask) { in pairOrAcceptPair()
815 methodName, state, BluetoothDevice.BOND_BONDED, firedFlags, mask)); in pairOrAcceptPair()
846 case BluetoothDevice.BOND_BONDED: in unpair()
876 methodName, state, BluetoothDevice.BOND_BONDED, firedFlags, mask)); in unpair()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java385 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChangedInternal()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java270 public static final int BOND_BONDED = 12; field in BluetoothDevice
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6216 field public static final int BOND_BONDED = 12; // 0xc
/frameworks/base/api/
Dcurrent.txt7602 field public static final int BOND_BONDED = 12; // 0xc
Dsystem-current.txt8081 field public static final int BOND_BONDED = 12; // 0xc