Searched refs:KEY_TUTORIAL_STEPS (Results 1 – 1 of 1) sorted by relevance
38 private static final String KEY_TUTORIAL_STEPS = "tutorial_steps"; field in GestureSandboxActivity88 savedInstanceState.putStringArray(KEY_TUTORIAL_STEPS, getTutorialStepNames()); in onSaveInstanceState()149 if (extras == null || !extras.containsKey(KEY_TUTORIAL_STEPS)) { in getTutorialSteps()153 Object savedSteps = extras.get(KEY_TUTORIAL_STEPS); in getTutorialSteps()