Searched refs:mNotificationListener (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationAlertingManager.java | 53 private final NotificationListener mNotificationListener; field in NotificationAlertingManager 71 mNotificationListener = notificationListener; in NotificationAlertingManager() 167 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 | 153 @Mock private NotificationListener mNotificationListener; field in StatusBarTest 194 mDependency.injectTestDependency(NotificationListener.class, mNotificationListener); in setup() 222 mNotificationLogger = new NotificationLogger(mNotificationListener, in setup() 257 mPowerManager, mNotificationPanelView, mBarService, mNotificationListener, in setup() 801 mNotificationListener = notificationListener; in TestableStatusBar()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 129 @Mock private NotificationListener mNotificationListener; field in NotificationEntryManagerTest 218 mDependency.injectTestDependency(NotificationListener.class, mNotificationListener); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Dependency.java | 274 @Inject Lazy<NotificationListener> mNotificationListener; field in Dependency 456 mProviders.put(NotificationListener.class, mNotificationListener::get); in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBar.java | 620 mNotificationListener = Dependency.get(NotificationListener.class); in start() 621 mNotificationListener.registerAsSystemService(); in start() 4221 protected NotificationListener mNotificationListener; 4225 mNotificationListener.snoozeNotification(sbn.getKey(), in setNotificationSnoozed() 4228 mNotificationListener.snoozeNotification(sbn.getKey(), in setNotificationSnoozed()
|