mirror of
https://github.com/androidx/media.git
synced 2025-05-21 23:56:32 +08:00
MediaControllerListenerTest: add bugs IDs in TODOs
PiperOrigin-RevId: 472974903
This commit is contained in:
parent
0d8fd3d4fc
commit
260aabb6e9
@ -1899,10 +1899,10 @@ public class MediaControllerListenerTest {
|
||||
controllerTestRule.createController(
|
||||
remoteSession.getToken(), /* connectionHints= */ null, listener);
|
||||
|
||||
// TODO(jaewan): Test with multiple controllers
|
||||
// TODO(b/245724167): Test with multiple controllers
|
||||
remoteSession.broadcastCustomCommand(testCommand, testArgs);
|
||||
|
||||
// TODO(jaewan): Test receivers as well.
|
||||
// TODO(b/245724167): Test receivers as well.
|
||||
remoteSession.sendCustomCommand(testCommand, testArgs);
|
||||
assertThat(latch.await(TIMEOUT_MS, MILLISECONDS)).isTrue();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user