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

/packages/apps/Settings/src/com/android/settings/
H A DChooseLockPattern.java144 updateStage(Stage.Introduction);
174 } else if (mUiStage == Stage.Introduction || mUiStage == Stage.ChoiceTooShort){
252 Introduction( enum constant in enum:ChooseLockPattern.ChooseLockPatternFragment.Stage
304 private Stage mUiStage = Stage.Introduction;
366 updateStage(Stage.Introduction);
369 updateStage(Stage.Introduction);
388 updateStage(Stage.Introduction);
418 updateStage(Stage.Introduction);
426 updateStage(Stage.Introduction);
430 if (keyCode == KeyEvent.KEYCODE_MENU && mUiStage == Stage.Introduction) {
[all...]
H A DChooseLockPassword.java114 private Stage mUiStage = Stage.Introduction;
142 Introduction(R.string.lockpassword_choose_your_password_header, enum constant in enum:ChooseLockPassword.ChooseLockPasswordFragment.Stage
236 updateStage(Stage.Introduction);
417 if (mUiStage == Stage.Introduction) {
487 if (mUiStage == Stage.Introduction && length > 0) {

Completed in 143 milliseconds