Searched defs:APPS_VIEW_SHOWN (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java208 static final String APPS_VIEW_SHOWN = "launcher.apps_view_shown"; field in class:Launcher
3891 if (mSharedPrefs.getBoolean(APPS_VIEW_SHOWN, false)) {
3894 mSharedPrefs.edit().putBoolean(APPS_VIEW_SHOWN, true).apply();
3899 return mState == State.WORKSPACE && !mSharedPrefs.getBoolean(APPS_VIEW_SHOWN, false) && !um.isDemoUser();

Completed in 35 milliseconds