Home
last modified time | relevance | path

Searched defs:mNotificationListener (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java49 private final NotificationListener mNotificationListener; field in NotificationAlertingManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java131 @Mock private NotificationListener mNotificationListener; field in NotificationEntryManagerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java70 private final NotificationListenerService mNotificationListener; field in NotificationLogger
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java154 @Mock private NotificationListener mNotificationListener; field in StatusBarTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java267 @Inject Lazy<NotificationListener> mNotificationListener; field in Dependency