Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEducationController.kt51 (!hasSeenStackEducation || BubbleDebugConfig.forceShowUserEducation(context)) in shouldShowStackEducation()
66 (!hasSeenManageEducation || BubbleDebugConfig.forceShowUserEducation(context)) in shouldShowManageEducation()
DBubbleDebugConfig.java54 static boolean forceShowUserEducation(Context context) { in forceShowUserEducation() method in BubbleDebugConfig
DBubbleStackView.java1397 final boolean shouldShow = (!seen || BubbleDebugConfig.forceShowUserEducation(mContext)) in shouldShowManageEdu()
1444 final boolean shouldShow = !seen || BubbleDebugConfig.forceShowUserEducation(mContext); in shouldShowStackEdu()