Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java369 private final Map<String, NotificationCompat.Action> customActions; field in PlayerNotificationManager
635 customActions = in PlayerNotificationManager()
639 for (String action : customActions.keySet()) { in PlayerNotificationManager()
1041 : customActions.get(actionName); in createNotification()
1391 && customActions.containsKey(action)) { in onReceive()