Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachineTest.java169 verify(mService).removeStateMachine(mStateMachine); in testIncomingDisconnectInDisconnected()
176 verify(mService, times(0)).removeStateMachine(mStateMachine); in testIncomingDisconnectingInDisconnected()
229 verify(mService).removeStateMachine(mStateMachine); in testDisconnectedInConnecting()
241 verify(mService).removeStateMachine(mStateMachine); in testConnectionTimeoutInConnecting()
279 verify(mService).removeStateMachine(mStateMachine); in testDisconnectInConnecting_disconnectDeferredAndProcessed()
305 verify(mService).removeStateMachine(mStateMachine); in testDisconnectInConnected()
344 verify(mService).removeStateMachine(mStateMachine); in testDisconnectingInConnected()
355 verify(mService).removeStateMachine(mStateMachine); in testDisconnectedInConnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java251 removeStateMachine(device); in handleConnectionStateChanged()
381 removeStateMachine(device); in bondStateChanged()
385 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in BatteryService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java783 removeStateMachine(device); in bondStateChanged()
787 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in HearingAidService
840 removeStateMachine(device); in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java238 removeStateMachine(device); in bondStateChanged()
242 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in HapClientService
404 removeStateMachine(device); in connectionStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java141 public void removeStateMachine() { in removeStateMachine() method in AvrcpControllerServiceTest
144 mService.removeStateMachine(mStateMachine); in removeStateMachine()
DAvrcpControllerStateMachineTest.java172 verify(mAvrcpControllerService).removeStateMachine(eq(sm)); in destroyStateMachine()
366 verify(mAvrcpControllerService).removeStateMachine(eq(mAvrcpStateMachine)); in testDisconnectInternal()
395 verify(mAvrcpControllerService).removeStateMachine(eq(mAvrcpStateMachine)); in testControlOnly()
424 verify(mAvrcpControllerService).removeStateMachine(eq(mAvrcpStateMachine)); in testBrowsingOnly()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java924 removeStateMachine(device); in bondStateChanged()
928 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in CsipSetCoordinatorService
972 removeStateMachine(device); in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1181 removeStateMachine(device); in bondStateChanged()
1184 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in A2dpService
1310 removeStateMachine(device); in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java176 case CLEANUP -> mService.removeStateMachine(A2dpSinkStateMachine.this); in processMessage()
DA2dpSinkService.java241 void removeStateMachine(A2dpSinkStateMachine stateMachine) { in removeStateMachine() method in A2dpSinkService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java1609 removeStateMachine(device);
1613 private void removeStateMachine(BluetoothDevice device) {
1656 removeStateMachine(device);
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java628 public void removeStateMachine(AvrcpControllerStateMachine stateMachine) { in removeStateMachine() method in AvrcpControllerService
DAvrcpControllerStateMachine.java436 mService.removeStateMachine(AvrcpControllerStateMachine.this); in processMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java509 removeStateMachine(device); in bondStateChanged()
2334 void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in HeadsetService
DHeadsetStateMachine.java582 getHandler().post(() -> mHeadsetService.removeStateMachine(mDevice)); in enter()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java4218 removeStateMachine(device); in bondStateChanged()
4222 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method
4317 removeStateMachine(device); in deviceDisconnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java1412 private void removeStateMachine(BluetoothDevice device) {
1595 removeStateMachine(device);
1646 removeStateMachine(device);