Searched refs:WaitForPlaybackState (Results 1 – 2 of 2) sorted by relevance
50 import com.google.android.exoplayer2.testutil.Action.WaitForPlaybackState;201 .apply(new WaitForPlaybackState(tag, Player.STATE_READY)); in seekAndWait()541 return apply(new WaitForPlaybackState(tag, targetPlaybackState)); in waitForPlaybackState()
891 public static final class WaitForPlaybackState extends Action { class in Action899 public WaitForPlaybackState(String tag, int targetPlaybackState) { in WaitForPlaybackState() method in Action.WaitForPlaybackState