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.java71 doNothing().when(mService).removeStateMachine(any(A2dpSinkStateMachine.class)); in setUp()
179 verify(mService).removeStateMachine(mStateMachine); in testIncomingDisconnectInDisconnected()
186 verify(mService, times(0)).removeStateMachine(mStateMachine); in testIncomingDisconnectingInDisconnected()
238 verify(mService).removeStateMachine(mStateMachine); in testDisconnectedInConnecting()
250 verify(mService).removeStateMachine(mStateMachine); in testConnectionTimeoutInConnecting()
288 verify(mService).removeStateMachine(mStateMachine); in testDisconnectInConnecting_disconnectDeferredAndProcessed()
314 verify(mService).removeStateMachine(mStateMachine); in testDisconnectInConnected()
353 verify(mService).removeStateMachine(mStateMachine); in testDisconnectingInConnected()
364 verify(mService).removeStateMachine(mStateMachine); in testDisconnectedInConnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java297 removeStateMachine(device); in handleConnectionStateChanged()
458 removeStateMachine(device); in bondStateChanged()
462 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in BatteryService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java146 public void removeStateMachine() { in removeStateMachine() method in AvrcpControllerServiceTest
149 mService.removeStateMachine(mStateMachine); in removeStateMachine()
DAvrcpControllerStateMachineTest.java179 verify(mAvrcpControllerService).removeStateMachine(eq(sm)); in destroyStateMachine()
404 verify(mAvrcpControllerService).removeStateMachine(eq(mAvrcpStateMachine)); in testDisconnectInternal()
434 verify(mAvrcpControllerService).removeStateMachine(eq(mAvrcpStateMachine)); in testControlOnly()
464 verify(mAvrcpControllerService).removeStateMachine(eq(mAvrcpStateMachine)); in testBrowsingOnly()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java857 removeStateMachine(device); in bondStateChanged()
861 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in HearingAidService
923 removeStateMachine(device); in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java969 removeStateMachine(device); in bondStateChanged()
973 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in CsipSetCoordinatorService
1017 removeStateMachine(device); in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java173 mService.removeStateMachine(A2dpSinkStateMachine.this); in processMessage()
DA2dpSinkService.java374 void removeStateMachine(A2dpSinkStateMachine stateMachine) { in removeStateMachine() method in A2dpSinkService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java242 removeStateMachine(device); in bondStateChanged()
246 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in HapClientService
417 removeStateMachine(device); in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1211 removeStateMachine(device); in bondStateChanged()
1214 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in A2dpService
1346 removeStateMachine(device); in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java1317 removeStateMachine(device); in bondStateChanged()
1321 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in VolumeControlService
1365 removeStateMachine(device); in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java711 public void removeStateMachine(AvrcpControllerStateMachine stateMachine) { in removeStateMachine() method in AvrcpControllerService
DAvrcpControllerStateMachine.java433 mService.removeStateMachine(AvrcpControllerStateMachine.this); in processMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java3588 removeStateMachine(device); in bondStateChanged()
3597 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in LeAudioService
3697 removeStateMachine(device); in deviceDisconnectedV2()
3777 removeStateMachine(device); in deviceDisconnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java493 removeStateMachine(device); in bondStateChanged()
2528 void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in HeadsetService
DHeadsetStateMachine.java575 getHandler().post(() -> mHeadsetService.removeStateMachine(mDevice)); in enter()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java1205 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in BassClientService
1348 removeStateMachine(device); in connectionStateChanged()
1378 removeStateMachine(device); in bondStateChanged()