Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java204 static final String FIRST_RUN_ACTIVITY_DISPLAYED = "launcher.first_run_activity_displayed"; field in Launcher
4889 !mSharedPrefs.getBoolean(FIRST_RUN_ACTIVITY_DISPLAYED, false); in shouldRunFirstRunActivity()
4893 return mSharedPrefs.getBoolean(FIRST_RUN_ACTIVITY_DISPLAYED, false); in hasRunFirstRunActivity()
4911 editor.putBoolean(FIRST_RUN_ACTIVITY_DISPLAYED, true); in markFirstRunActivityShown()