Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java367 private final NotificationBroadcastReceiver notificationBroadcastReceiver;
617 notificationBroadcastReceiver = new NotificationBroadcastReceiver(); in PlayerNotificationManager()
1355 private class NotificationBroadcastReceiver extends BroadcastReceiver { class in PlayerNotificationManager