/frameworks/base/media/java/android/media/session/ |
D | MediaSessionManager.java | 192 public @NonNull List<MediaController> getActiveSessions( in getActiveSessions() 254 public @NonNull List<MediaController> getActiveSessionsForUser( in getActiveSessionsForUser() 260 private List<MediaController> getActiveSessionsForUser(ComponentName notificationListener, in getActiveSessionsForUser() 309 @Nullable ComponentName notificationListener) { in addOnActiveSessionsChangedListener() 328 @Nullable ComponentName notificationListener, @Nullable Handler handler) { in addOnActiveSessionsChangedListener() 354 public void addOnActiveSessionsChangedListener( in addOnActiveSessionsChangedListener() 366 @Nullable ComponentName notificationListener, int userId, in addOnActiveSessionsChangedListener()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NonPhoneDependencyTest.java | 80 NotificationListener notificationListener = Dependency.get(NotificationListener.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
D | NotificationsControllerStub.kt | 37 private val notificationListener: NotificationListener constant in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
|
D | NotificationsControllerImpl.kt | 63 private val notificationListener: NotificationListener, constant in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/ |
D | TvNotificationHandler.java | 44 public TvNotificationHandler(Context context, NotificationListener notificationListener) { in TvNotificationHandler()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | HeadsUpController.java | 63 NotificationListener notificationListener) { in HeadsUpController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLoggerTest.java | 245 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/ |
D | TvSystemUIModule.java | 199 NotificationListener notificationListener) { in provideTvNotificationHandler()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
D | NotificationsModule.java | 187 NotificationListener notificationListener, in provideNotificationLogger()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 203 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconAreaController.java | 118 NotificationListener notificationListener, in NotificationIconAreaController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/ |
D | PeopleHubNotificationListener.kt | 98 private val notificationListener: NotificationListener, in extractPersonKey() constant
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | DataManager.java | 632 NotificationListener notificationListener = new NotificationListener(userId); in setupUser() local 813 NotificationListener notificationListener = mNotificationListeners.get(userId); in hasActiveNotifications() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 221 public void attach(NotificationListener notificationListener) { in attach()
|