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