Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubbleEducationControllerTest.kt32 import com.android.wm.shell.bubbles.StackEducationView.Companion.PREF_STACK_EDUCATION
DBubblesTest.java171 import com.android.wm.shell.bubbles.StackEducationView;
1853 setPrefBoolean(StackEducationView.PREF_STACK_EDUCATION, false); in testShowStackEdu_isNotConversationBubble()
1871 setPrefBoolean(StackEducationView.PREF_STACK_EDUCATION, false); in testShowStackEdu_isConversationBubble()
1889 setPrefBoolean(StackEducationView.PREF_STACK_EDUCATION, true); in testShowStackEdu_isSeenConversationBubble()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DStackEducationView.kt35 class StackEducationView( class
DBubbleStackView.java888 private StackEducationView mStackEduView;
889 private StackEducationView.Manager mStackEducationViewManager;
1443 final boolean seen = getPrefBoolean(StackEducationView.PREF_STACK_EDUCATION); in shouldShowStackEdu()
1468 new StackEducationView(mContext, mPositioner, mStackEducationViewManager); in maybeShowStackEdu()
1499 new StackEducationView(mContext, mPositioner, mStackEducationViewManager); in updateUserEdu()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt124 .putBoolean(StackEducationView.PREF_STACK_EDUCATION, true) in <lambda>()