Commit fdc59304 by ibaker Committed by christosts

Remove TODO from `ControllerInfo` - the existing approach is fine

PiperOrigin-RevId: 496398934
(cherry picked from commit 14947539)
parent 79bb53a1
...@@ -504,7 +504,6 @@ public class MediaSession { ...@@ -504,7 +504,6 @@ public class MediaSession {
/* connectionHints= */ Bundle.EMPTY); /* connectionHints= */ Bundle.EMPTY);
} }
// TODO(b/259546357): Remove when ControllerInfo can be instantiated cleanly in tests.
/** Returns a {@link ControllerInfo} suitable for use when testing client code. */ /** Returns a {@link ControllerInfo} suitable for use when testing client code. */
@VisibleForTesting(otherwise = PRIVATE) @VisibleForTesting(otherwise = PRIVATE)
public static ControllerInfo createTestOnlyControllerInfo( public static ControllerInfo createTestOnlyControllerInfo(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment