Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java494 mA2dpService.bondStateChanged(sTestDevice, BluetoothDevice.BOND_NONE); in testCreateStateMachineStackEvents()
522 mA2dpService.bondStateChanged(sTestDevice, BluetoothDevice.BOND_NONE); in testCreateStateMachineStackEvents()
625 mA2dpService.bondStateChanged(sTestDevice, BluetoothDevice.BOND_NONE); in testProcessAudioStateChangedCodecConfigChangedEvents()
650 mA2dpService.bondStateChanged(sTestDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
654 mA2dpService.bondStateChanged(sTestDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
661 mA2dpService.bondStateChanged(sTestDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
665 mA2dpService.bondStateChanged(sTestDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
674 mA2dpService.bondStateChanged(sTestDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
678 mA2dpService.bondStateChanged(sTestDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
687 mA2dpService.bondStateChanged(sTestDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java720 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testCreateStateMachineStackEvents()
736 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testCreateStateMachineStackEvents()
780 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
784 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
791 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
795 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
804 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
808 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
817 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
1141 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in deviceUnbonded_removeHiSyncId()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java778 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testCreateStateMachineStackEvents()
802 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testCreateStateMachineStackEvents()
848 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
857 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
864 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
876 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
880 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
884 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED); in testDeleteStateMachineUnbondEvents()
893 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testDeleteStateMachineUnbondEvents()
929 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE); in testAuthorizationInfoRemovedFromTbsMcsOnUnbondEvents()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java431 mHandler.post(() -> bondStateChanged(device, toState)); in handleBondStateChanged()
443 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() method in BatteryService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java828 mHandler.post(() -> bondStateChanged(device, toState)); in handleBondStateChanged()
840 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() method in HearingAidService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java929 mHandler.post(() -> bondStateChanged(device, toState)); in handleBondStateChanged()
941 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() method in CsipSetCoordinatorService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java216 mHandler.post(() -> bondStateChanged(device, toState)); in handleBondStateChanged()
220 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() method in HapClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java198 mHandler.post(() -> bondStateChanged(device, toState)); in handleBondStateChanged()
201 void bondStateChanged(BluetoothDevice device, int state) { in bondStateChanged() method in DatabaseManager
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1181 mHandler.post(() -> bondStateChanged(device, toState)); in handleBondStateChanged()
1193 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() method in A2dpService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java1288 mHandler.post(() -> bondStateChanged(device, toState)); in handleBondStateChanged()
1300 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() method in VolumeControlService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java477 mHandler.post(() -> bondStateChanged(device, toState)); in handleBondStateChanged()
480 private void bondStateChanged(BluetoothDevice device, int state) { in bondStateChanged() method in HeadsetService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java466 mService.bondStateChanged(mDevice, BluetoothDevice.BOND_NONE); in testCreateStateMachineStackEvents()
481 mService.bondStateChanged(mDevice, BluetoothDevice.BOND_NONE); in testCreateStateMachineStackEvents()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java1356 mHandler.post(() -> bondStateChanged(device, toState)); in handleBondStateChanged()
1360 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() method in BassClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java3536 mHandler.post(() -> bondStateChanged(device, toState)); in handleBondStateChanged()
3548 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() method in LeAudioService