Home
last modified time | relevance | path

Searched refs:notificationsController (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DTakeScreenshotServiceTest.kt67 private val notificationsController = mock<ScreenshotNotificationsController>() regex
80 notificationsController,
180 verify(notificationsController, times(1)).notifyScreenshotError(anyInt())
272 verify(notificationsController, times(1)).notifyScreenshotError(anyInt())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java104 ScreenshotNotificationsController notificationsController, Context context, in TakeScreenshotService() argument
115 mNotificationsController = notificationsController; in TakeScreenshotService()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java634 NotificationsController notificationsController, in NotificationStackScrollLayoutController() argument
685 mNotificationsController = notificationsController; in NotificationStackScrollLayoutController()
H A DNotificationStackScrollLayout.java4656 public void setNotificationsController(NotificationsController notificationsController) { in setNotificationsController() argument
4657 this.mNotificationsController = notificationsController; in setNotificationsController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java678 NotificationsController notificationsController, in CentralSurfacesImpl() argument
785 mNotificationsController = notificationsController; in CentralSurfacesImpl()