Searched refs:mNotificationListener (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationAlertingManager.java | 49 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/ |
D | NotificationLogger.java | 70 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/ |
D | StatusBarTest.java | 154 @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/ |
D | NotificationEntryManagerTest.java | 131 @Mock private NotificationListener mNotificationListener; field in NotificationEntryManagerTest 220 mDependency.injectTestDependency(NotificationListener.class, mNotificationListener); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Dependency.java | 267 @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/ |
D | StatusBar.java | 643 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/ |
D | CarStatusBar.java | 432 mNotificationListener = Dependency.get(NotificationListener.class); in getDependencies()
|