Home
last modified time | relevance | path

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

12

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java52 private static final int BOND_BONDED = BluetoothDevice.BOND_BONDED; field in BondStateMachineTest
106 testSendIntentNoPendingDevice(BOND_NONE, BOND_BONDED, BOND_BONDED, in testSendIntent()
114 testSendIntentNoPendingDevice(BOND_BONDING, BOND_BONDED, BOND_BONDED, in testSendIntent()
118 testSendIntentNoPendingDevice(BOND_BONDED, BOND_NONE, BOND_NONE, in testSendIntent()
119 true, BOND_BONDED, BOND_NONE); in testSendIntent()
120 testSendIntentNoPendingDevice(BOND_BONDED, BOND_BONDING, BOND_BONDING, in testSendIntent()
121 true, BOND_BONDED, BOND_BONDING); in testSendIntent()
122 testSendIntentNoPendingDevice(BOND_BONDED, BOND_BONDED, BOND_BONDED, in testSendIntent()
124 testSendIntentNoPendingDevice(BOND_BONDED, badBondState, BOND_BONDED, in testSendIntent()
132 testSendIntentPendingDevice(BOND_NONE, BOND_BONDED, BOND_NONE, in testSendIntent()
[all …]
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
DHidHostServiceTest.java120 BluetoothDevice.BOND_BONDED, BluetoothProfile.PRIORITY_UNDEFINED, true); in testOkToConnect()
122 BluetoothDevice.BOND_BONDED, BluetoothProfile.PRIORITY_OFF, false); in testOkToConnect()
124 BluetoothDevice.BOND_BONDED, BluetoothProfile.PRIORITY_ON, true); in testOkToConnect()
126 BluetoothDevice.BOND_BONDED, BluetoothProfile.PRIORITY_AUTO_CONNECT, true); in testOkToConnect()
128 BluetoothDevice.BOND_BONDED, badPriorityValue, false); in testOkToConnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBondStateMachine.java158 sendIntent(dev, BluetoothDevice.BOND_BONDED, 0); in processMessage()
300 if (dev.getBondState() == BluetoothDevice.BOND_BONDED) { in removeBond()
367 && newState != BluetoothDevice.BOND_BONDED) { in sendIntent()
376 if (oldState == BluetoothDevice.BOND_BONDED) { in sendIntent()
400 && newState == BluetoothDevice.BOND_BONDED && devProp.getUuids() == null)) { in sendIntent()
442 msg.arg1 = BluetoothDevice.BOND_BONDED; in bondStateChangeCallback()
564 } else if (state == BluetoothDevice.BOND_BONDED) { in state2str()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceControllerTest.java104 when(mBondedDevice.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in setUp()
105 when(mBondedCachedDevice.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in setUp()
255 devicePreference.getCachedDevice(), BluetoothDevice.BOND_BONDED); in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent()
276 devicePreference.getCachedDevice(), BluetoothDevice.BOND_BONDED); in onDeviceBondStateChanged_selectedDeviceBonded_goesBack()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java122 doReturn(BluetoothDevice.BOND_BONDED).when(mAdapterService) in setUp()
327 BluetoothDevice.BOND_BONDED, BluetoothProfile.PRIORITY_UNDEFINED, true); in testOkToConnect()
329 BluetoothDevice.BOND_BONDED, BluetoothProfile.PRIORITY_OFF, false); in testOkToConnect()
331 BluetoothDevice.BOND_BONDED, BluetoothProfile.PRIORITY_ON, true); in testOkToConnect()
333 BluetoothDevice.BOND_BONDED, BluetoothProfile.PRIORITY_AUTO_CONNECT, true); in testOkToConnect()
335 BluetoothDevice.BOND_BONDED, badPriorityValue, false); in testOkToConnect()
700 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
711 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
722 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothDevicePreference.java94 || mCachedDevice.getBondState() != BluetoothDevice.BOND_BONDED in shouldHideSecondTarget()
163 if (mCachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) { in onBindViewHolder()
215 } else if (bondState == BluetoothDevice.BOND_BONDED) { in onClicked()
DDevicePickerFragment.java125 BluetoothDevice.BOND_BONDED) || !mNeedAuth) { in onDevicePreferenceClick()
146 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChanged()
DSavedBluetoothDeviceUpdater.java49 return device.getBondState() == BluetoothDevice.BOND_BONDED && !device.isConnected(); in isFilterMatched()
DBluetoothPairingDialog.java51 if (bondState == BluetoothDevice.BOND_BONDED ||
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java95 || mCachedDevice.getBondState() != BluetoothDevice.BOND_BONDED in shouldHideSecondTarget()
164 if (mCachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) { in onBindViewHolder()
218 } else if (bondState == BluetoothDevice.BOND_BONDED) { in onClicked()
DDevicePickerFragment.java125 BluetoothDevice.BOND_BONDED) || !mNeedAuth) { in onDevicePreferenceClick()
146 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChanged()
DSavedBluetoothDeviceUpdater.java49 return device.getBondState() == BluetoothDevice.BOND_BONDED && !device.isConnected(); in isFilterMatched()
DBluetoothPairingDialog.java53 if (bondState == BluetoothDevice.BOND_BONDED ||
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java118 doReturn(BluetoothDevice.BOND_BONDED).when(mAdapterService) in setUp()
276 BluetoothDevice.BOND_BONDED, BluetoothProfile.PRIORITY_UNDEFINED, true); in testOkToConnect()
278 BluetoothDevice.BOND_BONDED, BluetoothProfile.PRIORITY_OFF, false); in testOkToConnect()
280 BluetoothDevice.BOND_BONDED, BluetoothProfile.PRIORITY_ON, true); in testOkToConnect()
282 BluetoothDevice.BOND_BONDED, BluetoothProfile.PRIORITY_AUTO_CONNECT, true); in testOkToConnect()
284 BluetoothDevice.BOND_BONDED, badPriorityValue, false); in testOkToConnect()
678 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
689 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
700 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceController.java95 if (cachedDevice.getBondState() == BluetoothDevice.BOND_BONDED || !mNeedAuth) { in onDeviceClickedInternal()
128 if (bondState == BluetoothDevice.BOND_BONDED && cachedDevice.equals(mSelectedDevice)) { in onDeviceBondStateChanged()
DBluetoothPairingSelectionFragment.java44 if (bondState == BluetoothDevice.BOND_BONDED) {
DBluetoothPairingDialog.java51 if (bondState == BluetoothDevice.BOND_BONDED ||
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DSavedBluetoothDeviceUpdaterTest.java70 when(mBluetoothDevice.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in setUp()
82 doReturn(BluetoothDevice.BOND_BONDED).when(mBluetoothDevice).getBondState(); in update_filterMatch_addPreference()
DBluetoothDevicePreferenceTest.java90 when(mCachedBluetoothDevice.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in onClicked_deviceBonded_shouldLogBluetoothConnectEvent()
160 when(mCachedBluetoothDevice.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in shouldHideSecondTarget_hasBoundDeviceAndNoRestriction_shouldReturnFalse()
DBluetoothDeviceUpdaterTest.java187 doReturn(BluetoothDevice.BOND_BONDED).when(mBluetoothDevice).getBondState(); in isDeviceConnected_deviceConnected()
195 doReturn(BluetoothDevice.BOND_BONDED).when(mBluetoothDevice).getBondState(); in isDeviceConnected_deviceNotConnected()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java112 doReturn(BluetoothDevice.BOND_BONDED).when(mAdapterService) in setUp()
216 testOkToAcceptConnectionCase(mCurrentDevice, BluetoothDevice.BOND_BONDED, in testOkToAcceptConnection()
218 testOkToAcceptConnectionCase(mCurrentDevice, BluetoothDevice.BOND_BONDED, in testOkToAcceptConnection()
220 testOkToAcceptConnectionCase(mCurrentDevice, BluetoothDevice.BOND_BONDED, in testOkToAcceptConnection()
222 testOkToAcceptConnectionCase(mCurrentDevice, BluetoothDevice.BOND_BONDED, in testOkToAcceptConnection()
224 testOkToAcceptConnectionCase(mCurrentDevice, BluetoothDevice.BOND_BONDED, badPriorityValue, in testOkToAcceptConnection()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java108 if (value instanceof Integer && d.getBondState() == BluetoothDevice.BOND_BONDED) { in AvrcpVolumeManager()
119 if (device.getBondState() != BluetoothDevice.BOND_BONDED) { in storeVolumeForDevice()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java347 if (mDevice.getBondState() != BluetoothDevice.BOND_BONDED) { in nextStepConnect()
363 if (mDevice.getBondState() != BluetoothDevice.BOND_BONDED) { in nextStepConnect()
480 if (bond == BluetoothDevice.BOND_BONDED) { in handleIntent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java238 } else if (bondState == BluetoothDevice.BOND_BONDED) {
566 if (mTarget.getBondState() != BluetoothDevice.BOND_BONDED) { in startBonding()
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java214 } else if (state == BluetoothDevice.BOND_BONDED) { in handleDeviceBondStateChange()
719 if (device.getBondState() != BluetoothDevice.BOND_BONDED) return; in addBondedDeviceIfSupported()

12