Home
last modified time | relevance | path

Searched refs:KEY_TUTORIAL_STEPS (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DGestureSandboxActivity.java40 private static final String KEY_TUTORIAL_STEPS = "tutorial_steps"; field in GestureSandboxActivity
88 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()