Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayNotificationCountProviderTest.java44 NotificationListener mNotificationListener; field in DreamOverlayNotificationCountProviderTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationHandler.java39 private final NotificationListener mNotificationListener; field in TvNotificationHandler
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java77 private final NotificationListenerService mNotificationListener; field in NotificationLogger
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java307 @Inject Lazy<NotificationListener> mNotificationListener; field in Dependency
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java243 @Mock private NotificationListener mNotificationListener; field in CentralSurfacesImplTest
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java88 final NotificationListener mNotificationListener = new NotificationListener(); field in AppFGSTracker