Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDebugConfig.java57 static boolean forceShowUserEducation(Context context) { in forceShowUserEducation() method in BubbleDebugConfig
DBubbleStackView.java1112 final boolean shouldShow = (!seen || BubbleDebugConfig.forceShowUserEducation(mContext)) in shouldShowManageEdu()
1136 final boolean shouldShow = !seen || BubbleDebugConfig.forceShowUserEducation(mContext); in shouldShowStackEdu()