Commit 4c8532bd by aquilescanta Committed by bachinger

Make runUntilError take an ExoPlayer instance

PiperOrigin-RevId: 377267159
parent 016983ca
...@@ -193,7 +193,7 @@ public class TestPlayerRunHelper { ...@@ -193,7 +193,7 @@ public class TestPlayerRunHelper {
* @throws TimeoutException If the {@link RobolectricUtil#DEFAULT_TIMEOUT_MS default timeout} is * @throws TimeoutException If the {@link RobolectricUtil#DEFAULT_TIMEOUT_MS default timeout} is
* exceeded. * exceeded.
*/ */
public static ExoPlaybackException runUntilError(Player player) throws TimeoutException { public static ExoPlaybackException runUntilError(ExoPlayer player) throws TimeoutException {
verifyMainTestThread(player); verifyMainTestThread(player);
AtomicReference<ExoPlaybackException> receivedError = new AtomicReference<>(); AtomicReference<ExoPlaybackException> receivedError = new AtomicReference<>();
Player.Listener listener = Player.Listener listener =
......
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