Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java81 NotificationListener notificationListener = Dependency.get(NotificationListener.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local
/frameworks/base/media/java/android/media/session/
DMediaSessionManager.java181 public @NonNull List<MediaController> getActiveSessions( in getActiveSessions()
200 public @NonNull List<MediaController> getActiveSessionsForUser( in getActiveSessionsForUser()
273 @Nullable ComponentName notificationListener) { in addOnActiveSessionsChangedListener()
294 @Nullable ComponentName notificationListener, @Nullable Handler handler) { in addOnActiveSessionsChangedListener()
317 @Nullable ComponentName notificationListener, int userId, @Nullable Handler handler) { in addOnActiveSessionsChangedListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java60 NotificationListener notificationListener) { in NotificationAlertingManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java168 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java196 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java769 IStatusBarService barService, NotificationListener notificationListener, in TestableStatusBar()