Searched refs:notificationListener (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/media/java/android/media/session/ |
D | MediaSessionManager.java | 182 @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/ |
D | NotificationAlertingManager.java | 60 NotificationListener notificationListener) { in NotificationAlertingManager() argument 65 mNotificationListener = notificationListener; in NotificationAlertingManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLoggerTest.java | 168 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger() argument 174 super(notificationListener, uiOffloadThread, entryManager, statusBarStateController, in TestableNotificationLogger()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NonPhoneDependencyTest.java | 81 NotificationListener notificationListener = Dependency.get(NotificationListener.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 196 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger() argument 201 mNotificationListener = notificationListener; in NotificationLogger()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTest.java | 769 IStatusBarService barService, NotificationListener notificationListener, in TestableStatusBar() argument 799 mNotificationListener = notificationListener; in TestableStatusBar()
|