Searched defs:notificationListener (Results 1 – 9 of 9) sorted by relevance
187 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()
32 constructor(private val notificationListener: NotificationListener) : NotificationsController { constant in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
58 private val notificationListener: NotificationListener, in <lambda>() constant in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
82 NotificationListener notificationListener, in DreamOverlayNotificationCountProvider()
307 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger()
268 NotificationListenerService bindNotificationListener(NotificationListener notificationListener); in bindNotificationListener()
205 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger()
115 @get:Provides val notificationListener: NotificationListener = mock(), constant
639 NotificationListener notificationListener = new NotificationListener(userId); in setupUser() local834 NotificationListener notificationListener = mNotificationListeners.get(userId); in hasActiveNotifications() local