Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java116 private BubbleEducationController mEducationController; field in BubbleDataTest
198 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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java196 private final BubbleEducationController mEducationController; field in BubbleData
247 mEducationController = educationController; in BubbleData()
888 && mEducationController.shouldShowStackEducation(mSelectedBubble) in dispatchPendingChanges()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java316 private BubbleEducationController mEducationController; field in BubblesTest
443 mBubbleData = new BubbleData(mContext, mBubbleLogger, mPositioner, mEducationController, in setUp()