Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubbleEducationControllerTest.kt101 assertEquals(sut.shouldShowManageEducation(null), false) in testShouldShowManageEducation()
104 assertEquals(sut.shouldShowManageEducation(bubble), false) in testShouldShowManageEducation()
108 assertEquals(sut.shouldShowManageEducation(bubble), false) in testShouldShowManageEducation()
111 assertEquals(sut.shouldShowManageEducation(bubble), true) in testShouldShowManageEducation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEducationController.kt57 fun shouldShowManageEducation(bubble: BubbleViewProvider?): Boolean { in shouldShowManageEducation() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt137 if (!controller.shouldShowManageEducation(bubble)) return in maybeShowManageEducation()