Searched refs:mEducationController (Results 1 – 3 of 3) sorted by relevance
116 private BubbleEducationController mEducationController; field in BubbleDataTest198 mBubbleData = new BubbleData(getContext(), mBubbleLogger, mPositioner, mEducationController, in setUp()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()
196 private final BubbleEducationController mEducationController; field in BubbleData247 mEducationController = educationController; in BubbleData()888 && mEducationController.shouldShowStackEducation(mSelectedBubble) in dispatchPendingChanges()
316 private BubbleEducationController mEducationController; field in BubblesTest443 mBubbleData = new BubbleData(mContext, mBubbleLogger, mPositioner, mEducationController, in setUp()