Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DHeadlessScreenshotHandler.kt45 private val notificationsControllerFactory: ScreenshotNotificationsController.Factory, constant in com.android.systemui.screenshot.HeadlessScreenshotHandler
55 notificationsControllerFactory in handleScreenshot()
91 notificationsControllerFactory in logScreenshotResultStatus()
DTakeScreenshotService.java104 ScreenshotNotificationsController.Factory notificationsControllerFactory, in TakeScreenshotService() argument
115 mNotificationsController = notificationsControllerFactory.create(Display.DEFAULT_DISPLAY); in TakeScreenshotService()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/screenshot/
DTakeScreenshotServiceTest.kt71 private val notificationsControllerFactory = constant
198 notificationsControllerFactory, in createService()