Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java352 Intent unbondIntent = new Intent(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in testUnbondDevice_disconnectBeforeUnbond() local
353 unbondIntent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_NONE); in testUnbondDevice_disconnectBeforeUnbond()
354 unbondIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device); in testUnbondDevice_disconnectBeforeUnbond()
355 InstrumentationRegistry.getTargetContext().sendBroadcast(unbondIntent); in testUnbondDevice_disconnectBeforeUnbond()
400 Intent unbondIntent = new Intent(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in testUnbondDevice_disconnectAfterUnbond() local
401 unbondIntent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.BOND_NONE); in testUnbondDevice_disconnectAfterUnbond()
402 unbondIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device); in testUnbondDevice_disconnectAfterUnbond()
403 InstrumentationRegistry.getTargetContext().sendBroadcast(unbondIntent); in testUnbondDevice_disconnectAfterUnbond()