Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java760 removeStateMachine(device); in bondStateChanged()
764 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in HearingAidService
823 removeStateMachine(device); in connectionStateChanged()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java175 verify(mAvrcpControllerService).removeStateMachine(eq(mAvrcpStateMachine)); in testDisconnect()
209 verify(mAvrcpControllerService).removeStateMachine(eq(mAvrcpStateMachine)); in testControlOnly()
241 verify(mAvrcpControllerService).removeStateMachine(eq(mAvrcpStateMachine)); in testBrowsingOnly()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java1068 removeStateMachine(device); in bondStateChanged()
1071 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in A2dpService
1165 removeStateMachine(device); in connectionStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java161 mService.removeStateMachine(A2dpSinkStateMachine.this); in processMessage()
DA2dpSinkService.java322 void removeStateMachine(A2dpSinkStateMachine stateMachine) { in removeStateMachine() method in A2dpSinkService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java399 removeStateMachine(device);
1845 void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in HeadsetService
DHeadsetStateMachine.java455 getHandler().post(() -> mHeadsetService.removeStateMachine(mDevice)); in enter()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java731 public void removeStateMachine(AvrcpControllerStateMachine stateMachine) { in removeStateMachine() method in AvrcpControllerService
DAvrcpControllerStateMachine.java427 mService.removeStateMachine(AvrcpControllerStateMachine.this); in processMessage()