HomeSort by relevance Sort by last modified time
    Searched defs:StateMachine (Results 1 - 10 of 10) 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/v17/leanback/src/android/support/v17/leanback/util/
StateMachine.java 22 * Linear or DAG of {@link State}s. StateMachine is by default a linear model, until
30 public final class StateMachine {
118 * Add a State to StateMachine, ignore if it is already added.
129 * Add two States to StateMachine and create an edge between this two.
130 * StateMachine is by default a linear model, until {@link #addState(State, State)} is called.
170 * StateMachine is by default a linear model, until {@link #addState(State, State)} is called.
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimPukView.java 55 private StateMachine mStateMachine = new StateMachine();
76 private class StateMachine {
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 54 * which initializes and starts the state machine. The first action the StateMachine
57 * of the StateMachine's Handler, not in the context of the call to start, and they
139 class HelloWorld extends StateMachine {
237 class Hsm1 extends StateMachine {
421 public class StateMachine {
446 * StateMachine logging record.
450 private StateMachine mSm;
468 LogRec(StateMachine sm, Message msg, String info, IState state, IState orgState,
479 public void update(StateMachine sm, Message msg, String info, IState state, IState orgState,
663 synchronized void add(StateMachine sm, Message msg, String messageInfo, IState state
    [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/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 1300 milliseconds