Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java272 private boolean doForStateMachine(BluetoothDevice device, StateMachineTask task) { in doForStateMachine() method in HeadsetService
1403 doForStateMachine(mDialingOutDevice, stateMachine -> stateMachine.sendMessage( in run()
1482 doForStateMachine(mVoiceRecognitionDevice, stateMachine -> stateMachine.sendMessage( in run()
1609 doForStateMachine(mDialingOutTimeoutEvent.mDialingOutDevice, in phoneStateChanged()