Loading apex/media/framework/java/android/media/Session2Command.java +2 −3 Original line number Diff line number Diff line Loading @@ -37,9 +37,8 @@ import java.util.Objects; * If {@link #getCommandCode()} is {@link #COMMAND_CODE_CUSTOM}), it's custom command and * {@link #getCustomAction()} shouldn't be {@code null}. * <p> * Refer to the * <a href="{@docRoot}reference/androidx/media2/SessionCommand2.html">AndroidX SessionCommand</a> * class for the list of valid commands. * Refer to the <a href="{@docRoot}reference/androidx/media2/session/SessionCommand.html"> * AndroidX SessionCommand</a> class for the list of valid commands. */ public final class Session2Command implements Parcelable { /** Loading Loading
apex/media/framework/java/android/media/Session2Command.java +2 −3 Original line number Diff line number Diff line Loading @@ -37,9 +37,8 @@ import java.util.Objects; * If {@link #getCommandCode()} is {@link #COMMAND_CODE_CUSTOM}), it's custom command and * {@link #getCustomAction()} shouldn't be {@code null}. * <p> * Refer to the * <a href="{@docRoot}reference/androidx/media2/SessionCommand2.html">AndroidX SessionCommand</a> * class for the list of valid commands. * Refer to the <a href="{@docRoot}reference/androidx/media2/session/SessionCommand.html"> * AndroidX SessionCommand</a> class for the list of valid commands. */ public final class Session2Command implements Parcelable { /** Loading