/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 494 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/ |
D | HearingAidServiceTest.java | 720 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/ |
D | LeAudioServiceTest.java | 778 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/ |
D | BatteryService.java | 431 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/ |
D | HearingAidService.java | 828 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/ |
D | CsipSetCoordinatorService.java | 929 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/ |
D | HapClientService.java | 216 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/ |
D | DatabaseManager.java | 198 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/ |
D | A2dpService.java | 1181 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/ |
D | VolumeControlService.java | 1288 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/ |
D | HeadsetService.java | 477 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/ |
D | VolumeControlServiceTest.java | 466 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/ |
D | BassClientService.java | 1356 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/ |
D | LeAudioService.java | 3536 mHandler.post(() -> bondStateChanged(device, toState)); in handleBondStateChanged() 3548 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() method in LeAudioService
|