Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/session/
DMediaSessionManager.java187 public @NonNull List<MediaController> getActiveSessions( in getActiveSessions()
257 public @NonNull List<MediaController> getActiveSessionsForUser( in getActiveSessionsForUser()
263 private List<MediaController> getActiveSessionsForUser(ComponentName notificationListener, in getActiveSessionsForUser()
312 @Nullable ComponentName notificationListener) { in addOnActiveSessionsChangedListener()
331 @Nullable ComponentName notificationListener, @Nullable Handler handler) { in addOnActiveSessionsChangedListener()
357 public void addOnActiveSessionsChangedListener( in addOnActiveSessionsChangedListener()
369 @Nullable ComponentName notificationListener, int userId, in addOnActiveSessionsChangedListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerStub.kt32 constructor(private val notificationListener: NotificationListener) : NotificationsController { constant in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
DNotificationsControllerImpl.kt58 private val notificationListener: NotificationListener, in <lambda>() constant in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProvider.java82 NotificationListener notificationListener, in DreamOverlayNotificationCountProvider()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java307 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java268 NotificationListenerService bindNotificationListener(NotificationListener notificationListener); in bindNotificationListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java205 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt115 @get:Provides val notificationListener: NotificationListener = mock(), constant
/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