Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBottomUserEducationView.java37 private static final String KEY_SHOWED_BOTTOM_USER_EDUCATION = "showed_bottom_user_education"; field in BottomUserEducationView
102 .putBoolean(KEY_SHOWED_BOTTOM_USER_EDUCATION, true).apply(); in handleClose()
126 if (launcher.getSharedPrefs().getBoolean(KEY_SHOWED_BOTTOM_USER_EDUCATION, false)) { in showIfNeeded()