Home
last modified time | relevance | path

Searched refs:targetPlaybackState (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DAction.java893 private final int targetPlaybackState; field in Action.WaitForPlaybackState
899 public WaitForPlaybackState(String tag, int targetPlaybackState) { in WaitForPlaybackState() argument
901 this.targetPlaybackState = targetPlaybackState; in WaitForPlaybackState()
914 if (targetPlaybackState == player.getPlaybackState()) { in doActionAndScheduleNextImpl()
921 if (targetPlaybackState == playbackState) { in doActionAndScheduleNextImpl()
DActionSchedule.java540 public Builder waitForPlaybackState(int targetPlaybackState) { in waitForPlaybackState() argument
541 return apply(new WaitForPlaybackState(tag, targetPlaybackState)); in waitForPlaybackState()