Searched refs:stage (Results 1 - 4 of 4) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/testcommon/
H A DActivityLifecycleWaiter.java32 public ActivityLifecycleWaiter(Activity activity, Stage stage) { argument
34 mStage = stage;
39 public void onActivityLifecycleChanged(Activity activity, Stage stage) { argument
40 if (activity == mActivity && stage == mStage) {
/packages/apps/Settings/src/com/android/settings/password/
H A DChooseLockPattern.java242 "null chosen pattern in stage 'need to confirm");
256 throw new IllegalStateException("Unexpected stage " + mUiStage + " when "
549 throw new IllegalStateException("left footer button pressed, but stage of " +
557 throw new IllegalStateException("expected ui stage "
564 throw new IllegalStateException("expected ui stage " + Stage.ChoiceConfirmed
571 + "but stage is " + mUiStage);
617 * Updates the messages and buttons appropriate to what stage the user
620 * @param stage
622 protected void updateStage(Stage stage) { argument
625 mUiStage = stage;
[all...]
H A DConfirmLockPattern.java293 private void updateStage(Stage stage) { argument
294 switch (stage) {
H A DChooseLockPassword.java563 protected void updateStage(Stage stage) { argument
565 mUiStage = stage;
568 // If the stage changed, announce the header for accessibility. This
570 if (previousStage != stage) {

Completed in 75 milliseconds