Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProvider.java82 NotificationListener notificationListener, in DreamOverlayNotificationCountProvider()
/frameworks/base/media/java/android/media/session/
DMediaSessionManager.java192 public @NonNull List<MediaController> getActiveSessions( in getActiveSessions()
262 public @NonNull List<MediaController> getActiveSessionsForUser( in getActiveSessionsForUser()
268 private List<MediaController> getActiveSessionsForUser(ComponentName notificationListener, in getActiveSessionsForUser()
317 @Nullable ComponentName notificationListener) { in addOnActiveSessionsChangedListener()
336 @Nullable ComponentName notificationListener, @Nullable Handler handler) { in addOnActiveSessionsChangedListener()
362 public void addOnActiveSessionsChangedListener( in addOnActiveSessionsChangedListener()
374 @Nullable ComponentName notificationListener, int userId, in addOnActiveSessionsChangedListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerStub.kt34 private val notificationListener: NotificationListener constant in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
DNotificationsControllerImpl.kt61 private val notificationListener: NotificationListener, constant in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
DTvNotificationHandler.java45 public TvNotificationHandler(NotificationListener notificationListener) { in TvNotificationHandler()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java263 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java107 NotificationListener notificationListener, in provideNotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
DTvSystemUIModule.java212 NotificationListener notificationListener) { in provideTvNotificationHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java198 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java118 NotificationListener notificationListener, in NotificationIconAreaController()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java639 NotificationListener notificationListener = new NotificationListener(userId); in setupUser() local
834 NotificationListener notificationListener = mNotificationListeners.get(userId); in hasActiveNotifications() local