Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java233 public interface NotificationListener { interface in PlayerNotificationManager
381 @Nullable private NotificationListener notificationListener;
461 @Nullable NotificationListener notificationListener) { in createWithNotificationChannel()
494 @Nullable NotificationListener notificationListener) { in createWithNotificationChannel()
543 @Nullable NotificationListener notificationListener) { in PlayerNotificationManager()
599 @Nullable NotificationListener notificationListener, in PlayerNotificationManager()
712 public final void setNotificationListener(NotificationListener notificationListener) { in setNotificationListener()
990 @Nullable NotificationListener listener = notificationListener; in startOrUpdateNotification()
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
DErrorReporter.java27 import com.intellij.notification.NotificationListener;
113 NotificationListener.URL_OPENING_LISTENER).setImportant(false).notify(project); in submit()
/external/exoplayer/tree/
DRELEASENOTES.md770 * Change signature of `PlayerNotificationManager.NotificationListener` to