Home
last modified time | relevance | path

Searched refs:mNotificationsController (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java71 private final ScreenshotNotificationsController mNotificationsController; field in TakeScreenshotService
115 mNotificationsController = notificationsController; in TakeScreenshotService()
199 mNotificationsController.notifyScreenshotError( in handleRequest()
228 mNotificationsController.notifyScreenshotError( in handleRequest()
H A DScreenshotController.java262 private final ScreenshotNotificationsController mNotificationsController; field in ScreenshotController
341 mNotificationsController = screenshotNotificationsController; in ScreenshotController()
415 mNotificationsController.notifyScreenshotError( in handleScreenshot()
942 mNotificationsController.notifyScreenshotError(
1120 mNotificationsController.notifyScreenshotError(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java221 @Mock private NotificationsController mNotificationsController; field in CentralSurfacesImplTest
469 mNotificationsController, in setup()
886 when(mNotificationsController.getActiveNotificationsCount()).thenReturn(5); in testPanelOpenForHeadsUp()
904 when(mNotificationsController.getActiveNotificationsCount()).thenReturn(5); in testPanelOpenAndClear()
923 when(mNotificationsController.getActiveNotificationsCount()).thenReturn(5); in testPanelOpenAndNoClear()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java124 @Mock private NotificationsController mNotificationsController; field in NotificationStackScrollLayoutControllerTest
672 mNotificationsController, in initController()
H A DNotificationStackScrollLayoutTest.java117 @Mock private NotificationsController mNotificationsController; field in NotificationStackScrollLayoutTest
198 mStackScroller.setNotificationsController(mNotificationsController); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java156 private final NotificationsController mNotificationsController; field in NotificationStackScrollLayoutController
448 mNotificationsController.setNotificationSnoozed(sbn, snoozeOption);
685 mNotificationsController = notificationsController; in NotificationStackScrollLayoutController()
737 mView.setNotificationsController(mNotificationsController); in setUpView()
H A DNotificationStackScrollLayout.java321 private NotificationsController mNotificationsController; field in NotificationStackScrollLayout
4040 mNotificationsController.resetUserExpandedStates(); in onExpansionStopped()
4657 this.mNotificationsController = notificationsController; in setNotificationsController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java473 private final NotificationsController mNotificationsController; field in CentralSurfacesImpl
785 mNotificationsController = notificationsController; in CentralSurfacesImpl()
1561 mNotificationsController.initialize( in setUpPresenter()
2139 mNotificationsController.resetUserExpandedStates();
2240 int notificationLoad = mNotificationsController.getActiveNotificationsCount(); in onVisibleToUser()