Searched refs:usePlayPauseActions (Results 1 – 1 of 1) sorted by relevance
385 private boolean usePlayPauseActions; field in PlayerNotificationManager620 usePlayPauseActions = true; in PlayerNotificationManager()776 public final void setUsePlayPauseActions(boolean usePlayPauseActions) { in setUsePlayPauseActions() argument777 if (this.usePlayPauseActions != usePlayPauseActions) { in setUsePlayPauseActions()778 this.usePlayPauseActions = usePlayPauseActions; in setUsePlayPauseActions()1149 if (usePlayPauseActions) { in getActions()