Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManagerTest.java191 when(mDevice1.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in testClearNonBondedDevices_bondedAndNonBondedDevices_nonBondedDevicesCleared()
198 when(mDevice1.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in testClearNonBondedDevices_bondedAndNonBondedDevices_nonBondedDevicesCleared()
218 when(mDevice1.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in testClearNonBondedDevices_HearingAids_nonBondedHAsClearedFromCachedDevicesMap()
393 when(mDevice1.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in testOnProfileConnectionStateChanged_twoDevicesConnected_oneDeviceVisible()
394 when(mDevice2.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in testOnProfileConnectionStateChanged_twoDevicesConnected_oneDeviceVisible()
448 when(mDevice1.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in testOnProfileConnectionStateChanged_twoDevicesDisconnected_oneDeviceVisible()
449 when(mDevice2.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in testOnProfileConnectionStateChanged_twoDevicesDisconnected_oneDeviceVisible()
708 when(mDevice1.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in testOnDeviceDisappeared_deviceBondedUnbonded_unbondedDeviceDisappeared()
727 when(mDevice1.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in testOnActiveDeviceChanged_connectedDevices_activeDeviceChanged()
728 when(mDevice2.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in testOnActiveDeviceChanged_connectedDevices_activeDeviceChanged()
[all …]
/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.java281 if (cachedDevice.getBondState() != BluetoothDevice.BOND_BONDED) { in onBluetoothStateChanged()
298 if (notCachedDevice.getBondState() != BluetoothDevice.BOND_BONDED) { in onBluetoothStateChanged()
404 && cachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) { in onProfileConnectionStateChanged()
DCachedBluetoothDevice.java710 if (bondState == BluetoothDevice.BOND_BONDED) { in onBondingStateChanged()
796 comparison = (another.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) - in compareTo()
797 (getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0); in compareTo()
951 if (mDevice.getBondState() != BluetoothDevice.BOND_BONDED) return; in processPhonebookAccess()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java104 when(device.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in testAsyncBondState()
117 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.java301 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.txt8091 field public static final int BOND_BONDED = 12; // 0xc
/frameworks/base/config/
Dhiddenapi-public-dex.txt5431 Landroid/bluetooth/BluetoothDevice;->BOND_BONDED:I