Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEducationController.kt31 var hasSeenStackEducation: Boolean variable in com.android.wm.shell.bubbles.BubbleEducationController
51 (!hasSeenStackEducation || BubbleDebugConfig.forceShowUserEducation(context)) in shouldShowStackEducation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubbleEducationControllerTest.kt61 assertEquals(sut.hasSeenStackEducation, true) in testSeenStackEducation_read()
66 sut.hasSeenStackEducation = true in testSeenStackEducation_write()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt124 controller.hasSeenStackEducation = true in showStackEducation()