Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/session/
DMediaSessionManager.java192 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/
DNonPhoneDependencyTest.java80 NotificationListener notificationListener = Dependency.get(NotificationListener.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerStub.kt37 private val notificationListener: NotificationListener constant in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
DNotificationsControllerImpl.kt63 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.java44 public TvNotificationHandler(Context context, NotificationListener notificationListener) { in TvNotificationHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpController.java63 NotificationListener notificationListener) { in HeadsUpController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java245 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
DTvSystemUIModule.java199 NotificationListener notificationListener) { in provideTvNotificationHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java187 NotificationListener notificationListener, in provideNotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java203 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java118 NotificationListener notificationListener, in NotificationIconAreaController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubNotificationListener.kt98 private val notificationListener: NotificationListener, in extractPersonKey() constant
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java632 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/
DNotificationEntryManager.java221 public void attach(NotificationListener notificationListener) { in attach()