Loading media/java/android/media/MediaController2.java +1 −2 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ import java.util.concurrent.Executor; /** * Allows an app to interact with an active {@link MediaSession2} or a * MediaSession2Service which would provide {@link MediaSession2}. Media buttons and other * {@link MediaSession2Service} which would provide {@link MediaSession2}. Media buttons and other * commands can be sent to the session. * <p> * This API is not generally intended for third party application developers. Loading @@ -53,7 +53,6 @@ import java.util.concurrent.Executor; * <a href="{@docRoot}reference/androidx/media2/package-summary.html">Media2 Library</a> * for consistent behavior across all devices. */ // TODO: use @link for MediaSession2Service public class MediaController2 implements AutoCloseable { static final String TAG = "MediaController2"; static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); Loading media/java/android/media/Session2Token.java +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ import java.util.List; import java.util.Objects; /** * Represents an ongoing {@link MediaSession2} or a MediaSession2Service. * Represents an ongoing {@link MediaSession2} or a {@link MediaSession2Service}. * If it's representing a session service, it may not be ongoing. * <p> * This API is not generally intended for third party application developers. Loading Loading
media/java/android/media/MediaController2.java +1 −2 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ import java.util.concurrent.Executor; /** * Allows an app to interact with an active {@link MediaSession2} or a * MediaSession2Service which would provide {@link MediaSession2}. Media buttons and other * {@link MediaSession2Service} which would provide {@link MediaSession2}. Media buttons and other * commands can be sent to the session. * <p> * This API is not generally intended for third party application developers. Loading @@ -53,7 +53,6 @@ import java.util.concurrent.Executor; * <a href="{@docRoot}reference/androidx/media2/package-summary.html">Media2 Library</a> * for consistent behavior across all devices. */ // TODO: use @link for MediaSession2Service public class MediaController2 implements AutoCloseable { static final String TAG = "MediaController2"; static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); Loading
media/java/android/media/Session2Token.java +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ import java.util.List; import java.util.Objects; /** * Represents an ongoing {@link MediaSession2} or a MediaSession2Service. * Represents an ongoing {@link MediaSession2} or a {@link MediaSession2Service}. * If it's representing a session service, it may not be ongoing. * <p> * This API is not generally intended for third party application developers. Loading