Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeadsUpChangeListener.java41 private final NotificationsController mNotificationsController; field in StatusBarHeadsUpChangeListener
65 mNotificationsController = notificationsController; in StatusBarHeadsUpChangeListener()
120 mNotificationsController.requestNotificationUpdate("onHeadsUpStateChanged"); in onHeadsUpStateChanged()
H A DStatusBar.java507 private final NotificationsController mNotificationsController; field in StatusBar
794 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 …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java67 private final ScreenshotNotificationsController mNotificationsController; field in TakeScreenshotService
104 mNotificationsController = notificationsController; in TakeScreenshotService()
180 mNotificationsController.notifyScreenshotError( in handleMessage()
219 mNotificationsController.notifyScreenshotError( in handleMessage()
H A DScreenshotController.java243 private final ScreenshotNotificationsController mNotificationsController; field in ScreenshotController
311 mNotificationsController = screenshotNotificationsController; in ScreenshotController()
376 mNotificationsController.notifyScreenshotError( in handleImageAsScreenshot()
510 mNotificationsController.notifyScreenshotError( in takeScreenshotInternal()
806 mNotificationsController.notifyScreenshotError( in saveScreenshotAndToast()
975 mNotificationsController.notifyScreenshotError( in logSuccessOnActionsReady()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java181 @Mock private NotificationsController mNotificationsController; field in StatusBarTest
365 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()