Home
last modified time | relevance | path

Searched refs:educationController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
DWMShellModule.java158 BubbleEducationController educationController, in provideBubbleData() argument
160 return new BubbleData(context, logger, positioner, educationController, mainExecutor); in provideBubbleData()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java243 BubbleEducationController educationController, Executor mainExecutor) { in BubbleData() argument
247 mEducationController = educationController; in BubbleData()