Home
last modified time | relevance | path

Searched refs:mNotificationListener (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java49 private final NotificationListener mNotificationListener; field in NotificationAlertingManager
65 mNotificationListener = notificationListener; in NotificationAlertingManager()
148 mNotificationListener.setNotificationsShown(new String[]{n.getKey()}); in setNotificationShown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java70 private final NotificationListenerService mNotificationListener; field in NotificationLogger
201 mNotificationListener = notificationListener; in NotificationLogger()
344 mNotificationListener.setNotificationsShown(newlyVisibleKeyAr); in logNotificationVisibilityChanges()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java154 @Mock private NotificationListener mNotificationListener; field in StatusBarTest
196 mDependency.injectTestDependency(NotificationListener.class, mNotificationListener); in setup()
225 mNotificationLogger = new NotificationLogger(mNotificationListener, in setup()
261 mPowerManager, mNotificationPanelView, mBarService, mNotificationListener, in setup()
799 mNotificationListener = notificationListener; in TestableStatusBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java131 @Mock private NotificationListener mNotificationListener; field in NotificationEntryManagerTest
220 mDependency.injectTestDependency(NotificationListener.class, mNotificationListener); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java267 @Inject Lazy<NotificationListener> mNotificationListener; field in Dependency
460 mProviders.put(NotificationListener.class, mNotificationListener::get); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java643 mNotificationListener.registerAsSystemService(); in start()
1117 mNotificationListener = Dependency.get(NotificationListener.class); in getDependencies()
4377 protected NotificationListener mNotificationListener;
4381 mNotificationListener.snoozeNotification(sbn.getKey(), in setNotificationSnoozed()
4384 mNotificationListener.snoozeNotification(sbn.getKey(), in setNotificationSnoozed()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java432 mNotificationListener = Dependency.get(NotificationListener.class); in getDependencies()