Searched refs:StateMachineTask (Results 1 – 1 of 1) sorted by relevance
144 private ArrayList<StateMachineTask> mPendingClccResponses = new ArrayList<>();316 interface StateMachineTask { interface in HeadsetService320 private boolean doForStateMachine(BluetoothDevice device, StateMachineTask task) { in doForStateMachine()331 private void doForEachConnectedStateMachine(StateMachineTask task) { in doForEachConnectedStateMachine()339 private void doForEachConnectedStateMachine(List<StateMachineTask> tasks) { in doForEachConnectedStateMachine()342 for (StateMachineTask task : tasks) { in doForEachConnectedStateMachine()2012 StateMachineTask sendBsirTask = stateMachine -> stateMachine in updateInbandRinging()