Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEducationController.kt43 if (BubbleDebugConfig.neverShowUserEducation(context)) { in shouldShowStackEducation()
58 if (BubbleDebugConfig.neverShowUserEducation(context)) { in shouldShowManageEducation()
DBubbleDebugConfig.java63 static boolean neverShowUserEducation(Context context) { in neverShowUserEducation() method in BubbleDebugConfig
DBubbleStackView.java1400 if (shouldShow && BubbleDebugConfig.neverShowUserEducation(mContext)) { in shouldShowManageEdu()
1446 if (shouldShow && BubbleDebugConfig.neverShowUserEducation(mContext)) { in shouldShowStackEdu()