Searched refs:hasSeenStackEducation (Results 1 – 3 of 3) sorted by relevance
31 var hasSeenStackEducation: Boolean variable in com.android.wm.shell.bubbles.BubbleEducationController51 (!hasSeenStackEducation || BubbleDebugConfig.forceShowUserEducation(context)) in shouldShowStackEducation()
61 assertEquals(sut.hasSeenStackEducation, true) in testSeenStackEducation_read()66 sut.hasSeenStackEducation = true in testSeenStackEducation_write()
124 controller.hasSeenStackEducation = true in showStackEducation()