Searched defs:StateMachine (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPukView.java46 private StateMachine mStateMachine = new StateMachine();
49 private class StateMachine { class in class:KeyguardSimPukView
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java52 * which initializes and starts the state machine. The first action the StateMachine
137 class HelloWorld extends StateMachine {
235 class Hsm1 extends StateMachine {
419 public class StateMachine { class
444 * StateMachine logging record.
448 private StateMachine mSm;
466 LogRec(StateMachine sm, Message msg, String info, IState state, IState orgState,
477 public void update(StateMachine sm, Message msg, String info, IState state, IState orgState,
657 synchronized void add(StateMachine sm, Message msg, String messageInfo, IState state,
675 /** true if StateMachine ha
1248 protected StateMachine(String name) { method in class:StateMachine
1261 protected StateMachine(String name, Looper looper) { method in class:StateMachine
1270 protected StateMachine(String name, Handler handler) { method in class:StateMachine
[all...]

Completed in 93 milliseconds