Searched refs:customActionReceiver (Results 1 – 1 of 1) sorted by relevance
362 @Nullable private final CustomActionReceiver customActionReceiver; field in PlayerNotificationManager572 @Nullable CustomActionReceiver customActionReceiver) { in PlayerNotificationManager() argument579 customActionReceiver); in PlayerNotificationManager()600 @Nullable CustomActionReceiver customActionReceiver) { in PlayerNotificationManager() argument607 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 …]