Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java271 private boolean doForStateMachine(BluetoothDevice device, StateMachineTask task) { in doForStateMachine() method in HeadsetService
1360 doForStateMachine(mDialingOutDevice, stateMachine -> stateMachine.sendMessage( in run()
1438 doForStateMachine(mVoiceRecognitionDevice, stateMachine -> stateMachine.sendMessage( in run()
1563 doForStateMachine(mDialingOutTimeoutEvent.mDialingOutDevice, in phoneStateChanged()