Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java381 @Nullable private NotificationListener notificationListener; field in PlayerNotificationManager
461 @Nullable NotificationListener notificationListener) { in createWithNotificationChannel() argument
469 notificationListener); in createWithNotificationChannel()
494 @Nullable NotificationListener notificationListener) { in createWithNotificationChannel() argument
498 context, channelId, notificationId, mediaDescriptionAdapter, notificationListener); in createWithNotificationChannel()
543 @Nullable NotificationListener notificationListener) { in PlayerNotificationManager() argument
549 notificationListener, in PlayerNotificationManager()
599 @Nullable NotificationListener notificationListener, in PlayerNotificationManager() argument
606 this.notificationListener = notificationListener; in PlayerNotificationManager()
712 public final void setNotificationListener(NotificationListener notificationListener) { in setNotificationListener() argument
[all …]