Home
last modified time | relevance | path

Searched refs:mNotificationController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DPolicyWarningUIController.java86 private final NotificationController mNotificationController; field in PolicyWarningUIController
92 mNotificationController = notificationController; in PolicyWarningUIController()
98 mContext.registerReceiver(mNotificationController, filter, in PolicyWarningUIController()
116 mNotificationController.onSwitchUser(userId); in onSwitchUserInternal()
138 obtainMessage(mNotificationController::onServicesDisabled, userId, in onEnabledServicesChangedInternal()
203 mNotificationController.setSendingNotification(enable); in enableSendingNonA11yToolNotificationInternal()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java125 private NotificationController mNotificationController; field in PrintSpoolerService
144 mNotificationController = new NotificationController(PrintSpoolerService.this); in onCreate()
424 mNotificationController.onUpdateNotifications(mPrintJobs); in handleReadPrintJobsLocked()
545 mNotificationController.onUpdateNotifications(mPrintJobs); in notifyPrintJobUpdated()
624 mNotificationController.onUpdateNotifications(mPrintJobs); in setProgress()
740 mNotificationController.onUpdateNotifications(mPrintJobs); in setPrintJobCancelling()