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.java755 removeStateMachine(device); in bondStateChanged()
759 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in HearingAidService
818 removeStateMachine(device); in connectionStateChanged()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java171 verify(mAvrcpControllerService).removeStateMachine(eq(mAvrcpStateMachine)); in testDisconnect()
205 verify(mAvrcpControllerService).removeStateMachine(eq(mAvrcpStateMachine)); in testControlOnly()
237 verify(mAvrcpControllerService).removeStateMachine(eq(mAvrcpStateMachine)); in testBrowsingOnly()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java1052 removeStateMachine(device); in bondStateChanged()
1055 private void removeStateMachine(BluetoothDevice device) { in removeStateMachine() method in A2dpService
1149 removeStateMachine(device); in connectionStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java161 mService.removeStateMachine(A2dpSinkStateMachine.this); in processMessage()
DA2dpSinkService.java316 void removeStateMachine(A2dpSinkStateMachine stateMachine) { in removeStateMachine() method in A2dpSinkService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java395 removeStateMachine(device);
1838 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()