Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DTakeScreenshotService.java67 private final ScreenshotNotificationsController mNotificationsController; field in TakeScreenshotService
115 mNotificationsController = notificationsControllerFactory.create(Display.DEFAULT_DISPLAY); in TakeScreenshotService()
198 mNotificationsController.notifyScreenshotError( in handleRequest()
DScreenshotController.java195 private final ScreenshotNotificationsController mNotificationsController; field in ScreenshotController
280 mNotificationsController = screenshotNotificationsControllerFactory.create( in ScreenshotController()
369 mNotificationsController.notifyScreenshotError( in handleScreenshot()
766 mNotificationsController.notifyScreenshotError( in saveScreenshotAndToast()
967 mNotificationsController.notifyScreenshotError( in logScreenshotResultStatus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java168 private final NotificationsController mNotificationsController; field in NotificationStackScrollLayoutController
526 mNotificationsController.setNotificationSnoozed(sbn, snoozeOption);
758 mNotificationsController = notificationsController; in NotificationStackScrollLayoutController()
813 mView.setResetUserExpandedStatesRunnable(mNotificationsController::resetUserExpandedStates); in setUpView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java134 @Mock private NotificationsController mNotificationsController; field in NotificationStackScrollLayoutControllerTest
980 mNotificationsController, in initController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java430 private final NotificationsController mNotificationsController; field in CentralSurfacesImpl
715 mNotificationsController = notificationsController; in CentralSurfacesImpl()
1453 mNotificationsController.initialize( in setUpPresenter()
1458 mWindowRootViewVisibilityInteractor.setUp(mPresenterLazy.get(), mNotificationsController); in setUpPresenter() local
1915 mNotificationsController.resetUserExpandedStates();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java243 @Mock private NotificationsController mNotificationsController; field in CentralSurfacesImplTest
497 mNotificationsController, in createCentralSurfaces()