Home
last modified time | relevance | path

Searched defs:NotificationListener (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
H A DNotificationListener.kt24 class NotificationListener : NotificationListenerService() { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListener.java57 public class NotificationListener extends NotificationListenerWithPlugins implements class
78 public NotificationListener( in NotificationListener() method in NotificationListener
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java1164 private class NotificationListener extends NotificationListenerService { class in DataManager
1172 private NotificationListener(int userId) { in NotificationListener() method in DataManager.NotificationListener
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java760 class NotificationListener extends NotificationListenerService { class in AppFGSTracker