Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DManageEducationView.kt142 .edit().putBoolean(PREF_MANAGED_EDUCATION, !shouldShow).apply() in setShouldShow()
146 const val PREF_MANAGED_EDUCATION: String = "HasSeenBubblesManageOnboarding" constant
DBubbleStackView.java1111 final boolean seen = getPrefBoolean(ManageEducationViewKt.PREF_MANAGED_EDUCATION); in shouldShowManageEdu()