Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java362 @Nullable private final CustomActionReceiver customActionReceiver; field in PlayerNotificationManager
572 @Nullable CustomActionReceiver customActionReceiver) { in PlayerNotificationManager() argument
579 customActionReceiver); in PlayerNotificationManager()
600 @Nullable CustomActionReceiver customActionReceiver) { in PlayerNotificationManager() argument
607 this.customActionReceiver = customActionReceiver; in PlayerNotificationManager()
636 customActionReceiver != null in PlayerNotificationManager()
637 ? customActionReceiver.createCustomActions(context, instanceId) in PlayerNotificationManager()
1162 if (customActionReceiver != null) { in getActions()
1163 stringActions.addAll(customActionReceiver.getCustomActions(player)); in getActions()
1390 && customActionReceiver != null in onReceive()
[all …]