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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPukView.java55 private StateMachine mStateMachine = new StateMachine();
76 private class StateMachine { class in class:KeyguardSimPukView
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java53 * which initializes and starts the state machine. The first action the StateMachine
138 class HelloWorld extends StateMachine {
236 class Hsm1 extends StateMachine {
420 public class StateMachine { class
445 * StateMachine logging record.
449 private StateMachine mSm;
467 LogRec(StateMachine sm, Message msg, String info, IState state, IState orgState,
478 public void update(StateMachine sm, Message msg, String info, IState state, IState orgState,
658 synchronized void add(StateMachine sm, Message msg, String messageInfo, IState state,
676 /** true if StateMachine ha
1249 protected StateMachine(String name) { method in class:StateMachine
1262 protected StateMachine(String name, Looper looper) { method in class:StateMachine
1271 protected StateMachine(String name, Handler handler) { method in class:StateMachine
[all...]

Completed in 5203 milliseconds