Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/session/
DMediaSessionManager.java182 @Nullable ComponentName notificationListener) { in getActiveSessions()
183 return getActiveSessionsForUser(notificationListener, UserHandle.myUserId()); in getActiveSessions()
201 @Nullable ComponentName notificationListener, int userId) { in getActiveSessionsForUser()
204 List<MediaSession.Token> tokens = mService.getSessions(notificationListener, userId); in getActiveSessionsForUser()
273 @Nullable ComponentName notificationListener) { in addOnActiveSessionsChangedListener() argument
274 addOnActiveSessionsChangedListener(sessionListener, notificationListener, null); in addOnActiveSessionsChangedListener()
294 @Nullable ComponentName notificationListener, @Nullable Handler handler) { in addOnActiveSessionsChangedListener() argument
295 addOnActiveSessionsChangedListener(sessionListener, notificationListener, in addOnActiveSessionsChangedListener()
317 @Nullable ComponentName notificationListener, int userId, @Nullable Handler handler) { in addOnActiveSessionsChangedListener() argument
332 mService.addSessionsListener(wrapper.mStub, notificationListener, userId); in addOnActiveSessionsChangedListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java60 NotificationListener notificationListener) { in NotificationAlertingManager() argument
65 mNotificationListener = notificationListener; in NotificationAlertingManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java168 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger() argument
174 super(notificationListener, uiOffloadThread, entryManager, statusBarStateController, in TestableNotificationLogger()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java81 NotificationListener notificationListener = Dependency.get(NotificationListener.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java196 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger() argument
201 mNotificationListener = notificationListener; in NotificationLogger()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java769 IStatusBarService barService, NotificationListener notificationListener, in TestableStatusBar() argument
799 mNotificationListener = notificationListener; in TestableStatusBar()