Searched refs:shouldShowStackEducation (Results 1 – 4 of 4) sorted by relevance
85 assertEquals(sut.shouldShowStackEducation(null), false) in testShouldShowStackEducation()88 assertEquals(sut.shouldShowStackEducation(bubble), false) in testShouldShowStackEducation()92 assertEquals(sut.shouldShowStackEducation(bubble), false) in testShouldShowStackEducation()95 assertEquals(sut.shouldShowStackEducation(bubble), true) in testShouldShowStackEducation()
42 fun shouldShowStackEducation(bubble: BubbleViewProvider?): Boolean { in shouldShowStackEducation() method in com.android.wm.shell.bubbles.BubbleEducationController
888 && mEducationController.shouldShowStackEducation(mSelectedBubble) in dispatchPendingChanges()
414 when(mEducationController.shouldShowStackEducation(any())).thenReturn(false); in test_shouldNotShowEducation()433 when(mEducationController.shouldShowStackEducation(any())).thenReturn(true); in test_shouldShowEducation()453 when(mEducationController.shouldShowStackEducation(any())).thenReturn(true); in test_shouldShowEducation_shouldAutoExpand()