Searched refs:mNotificationsController (Results 1 – 5 of 5) sorted by relevance
41 private final NotificationsController mNotificationsController; field in StatusBarHeadsUpChangeListener65 mNotificationsController = notificationsController; in StatusBarHeadsUpChangeListener()120 mNotificationsController.requestNotificationUpdate("onHeadsUpStateChanged"); in onHeadsUpStateChanged()
507 private final NotificationsController mNotificationsController; field in StatusBar794 mNotificationsController = notificationsController; in StatusBar()897 mNotificationsController.requestNotificationUpdate("onBubbleExpandChanged"); in StatusBar()1467 mNotificationsController.initialize( in setUpPresenter()1692 mNotificationsController.requestNotificationUpdate(reason); in requestNotificationUpdate()2373 mNotificationsController.dump(fd, pw, args, DUMPTRUCK); in dump()2684 mNotificationsController.resetUserExpandedStates(); in resetUserExpandedStates()2789 int notificationLoad = mNotificationsController.getActiveNotificationsCount(); in handleVisibleToUserChangedImpl()3870 mNotificationsController.setNotificationSnoozed(sbn, snoozeOption); in setNotificationSnoozed()4177 mNotificationsController.requestNotificationUpdate("onStrongAuthStateChanged");[all …]
67 private final ScreenshotNotificationsController mNotificationsController; field in TakeScreenshotService104 mNotificationsController = notificationsController; in TakeScreenshotService()180 mNotificationsController.notifyScreenshotError( in handleMessage()219 mNotificationsController.notifyScreenshotError( in handleMessage()
243 private final ScreenshotNotificationsController mNotificationsController; field in ScreenshotController311 mNotificationsController = screenshotNotificationsController; in ScreenshotController()376 mNotificationsController.notifyScreenshotError( in handleImageAsScreenshot()510 mNotificationsController.notifyScreenshotError( in takeScreenshotInternal()806 mNotificationsController.notifyScreenshotError( in saveScreenshotAndToast()975 mNotificationsController.notifyScreenshotError( in logSuccessOnActionsReady()
181 @Mock private NotificationsController mNotificationsController; field in StatusBarTest365 mNotificationsController, in setup()717 when(mNotificationsController.getActiveNotificationsCount()).thenReturn(5); in testPanelOpenForHeadsUp()735 when(mNotificationsController.getActiveNotificationsCount()).thenReturn(5); in testPanelOpenAndClear()754 when(mNotificationsController.getActiveNotificationsCount()).thenReturn(5); in testPanelOpenAndNoClear()