Commit 14947539 by ibaker Committed by Tianyi Feng

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

PiperOrigin-RevId: 496398934
parent b8f88a8b
...@@ -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