HomeSort by relevance Sort by last modified time
    Searched defs:StateMachine (Results 1 - 15 of 15) sorted by null

  /packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
StateMachine.java 26 public interface StateMachine {
  /external/autotest/client/cros/cellular/wardmodem/
state_machine.py 12 class StateMachine(object):
  /external/autotest/client/cros/cellular/pseudomodem/
state_machine.py 16 class StateMachine(dbus.service.Object):
18 StateMachine is the abstract base class for the complex state machines
30 implementation of StateMachine._GetModemStateFunctionMap.
32 Using the StateMachine in |interactive| mode:
43 super(StateMachine, self).__init__(None, None)
156 logging.info('StateMachine: Step')
158 logging.info('StateMachine: Terminating.')
163 logging.info('StateMachine cannot start.')
192 gobject.idle_add(StateMachine.Step, self)
209 returned by StateMachine._GetModemStateFunctionMap is None. Th
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/util/
StateMachine.java 39 public final class StateMachine {
42 static final String TAG = "StateMachine";
133 * @see StateMachine
261 public StateMachine() {
265 * Add a State to StateMachine, ignore if it is already added.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
StateMachine.java 34 public class StateMachine extends ViewModel {
98 public StateMachine() {
101 public StateMachine(Callback callback) {
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSimPukView.java 63 private StateMachine mStateMachine = new StateMachine();
102 private class StateMachine {
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 56 * which initializes and starts the state machine. The first action the StateMachine
59 * of the StateMachine's Handler, not in the context of the call to start, and they
141 class HelloWorld extends StateMachine {
239 class Hsm1 extends StateMachine {
423 public class StateMachine {
448 * StateMachine logging record.
452 private StateMachine mSm;
470 LogRec(StateMachine sm, Message msg, String info, IState state, IState orgState,
481 public void update(StateMachine sm, Message msg, String info, IState state, IState orgState,
665 synchronized void add(StateMachine sm, Message msg, String messageInfo, IState state
    [all...]
  /system/bt/btif/src/
btif_av.cc 269 BtifAvStateMachine& StateMachine() { return state_machine_; }
270 const BtifAvStateMachine& StateMachine() const { return state_machine_; }
994 switch (peer->StateMachine().StateId()) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 198 milliseconds