Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java375 @Nullable private List<NotificationCompat.Action> builderActions; field in PlayerNotificationManager
1029 builderActions = null; in createNotification()
1047 if (builder == null || !actions.equals(builderActions)) { in createNotification()
1049 builderActions = actions; in createNotification()