Searched refs:mNotificationsController (Results 1 – 8 of 8) sorted by relevance
71 private final ScreenshotNotificationsController mNotificationsController; field in TakeScreenshotService115 mNotificationsController = notificationsController; in TakeScreenshotService()199 mNotificationsController.notifyScreenshotError( in handleRequest()228 mNotificationsController.notifyScreenshotError( in handleRequest()
262 private final ScreenshotNotificationsController mNotificationsController; field in ScreenshotController341 mNotificationsController = screenshotNotificationsController; in ScreenshotController()415 mNotificationsController.notifyScreenshotError( in handleScreenshot()942 mNotificationsController.notifyScreenshotError(1120 mNotificationsController.notifyScreenshotError(
221 @Mock private NotificationsController mNotificationsController; field in CentralSurfacesImplTest469 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()
124 @Mock private NotificationsController mNotificationsController; field in NotificationStackScrollLayoutControllerTest672 mNotificationsController, in initController()
117 @Mock private NotificationsController mNotificationsController; field in NotificationStackScrollLayoutTest198 mStackScroller.setNotificationsController(mNotificationsController); in setUp()
156 private final NotificationsController mNotificationsController; field in NotificationStackScrollLayoutController448 mNotificationsController.setNotificationSnoozed(sbn, snoozeOption);685 mNotificationsController = notificationsController; in NotificationStackScrollLayoutController()737 mView.setNotificationsController(mNotificationsController); in setUpView()
321 private NotificationsController mNotificationsController; field in NotificationStackScrollLayout4040 mNotificationsController.resetUserExpandedStates(); in onExpansionStopped()4657 this.mNotificationsController = notificationsController; in setNotificationsController()
473 private final NotificationsController mNotificationsController; field in CentralSurfacesImpl785 mNotificationsController = notificationsController; in CentralSurfacesImpl()1561 mNotificationsController.initialize( in setUpPresenter()2139 mNotificationsController.resetUserExpandedStates();2240 int notificationLoad = mNotificationsController.getActiveNotificationsCount(); in onVisibleToUser()