Searched refs:KEY_USE_TUTORIAL_MENU (Results 1 – 3 of 3) sorted by relevance
20 import static com.android.quickstep.interaction.GestureSandboxActivity.KEY_USE_TUTORIAL_MENU;71 savedInstanceState.putBoolean(KEY_USE_TUTORIAL_MENU, true); in onSaveInstanceState()
56 static final String KEY_USE_TUTORIAL_MENU = "use_tutorial_menu"; field in GestureSandboxActivity85 && args.getBoolean(KEY_USE_TUTORIAL_MENU, false)) { in onCreate()
23 import static com.android.quickstep.interaction.GestureSandboxActivity.KEY_USE_TUTORIAL_MENU;452 savedInstanceState.putBoolean(KEY_USE_TUTORIAL_MENU, mFromTutorialMenu); in onSaveInstanceState()