Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEducationController.kt37 var hasSeenManageEducation: Boolean variable in com.android.wm.shell.bubbles.BubbleEducationController
66 (!hasSeenManageEducation || BubbleDebugConfig.forceShowUserEducation(context)) in shouldShowManageEducation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubbleEducationControllerTest.kt73 assertEquals(sut.hasSeenManageEducation, true) in testSeenManageEducation_read()
78 sut.hasSeenManageEducation = true in testSeenManageEducation_write()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt163 controller.hasSeenManageEducation = true in showManageEducation()