Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java609 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testCreateStateMachineStackEvents()
625 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testCreateStateMachineStackEvents()
670 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
674 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
681 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
685 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
692 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
696 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
703 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
1003 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in deviceUnbonded_removeHiSyncId()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java525 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_NONE); in testCreateStateMachineStackEvents()
541 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_NONE); in testCreateStateMachineStackEvents()
638 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_NONE); in testProcessAudioStateChangedCodecConfigChangedEvents()
662 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
666 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
673 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
677 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
684 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
688 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
695 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java729 bondStateChanged(device, state); in onReceive()
743 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() method in HearingAidService
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java182 bondStateChanged(device, state);
198 void bondStateChanged(BluetoothDevice device, int state) { in bondStateChanged() method in DatabaseManager
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java1034 bondStateChanged(device, state); in onReceive()
1048 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() method in A2dpService