Searched refs:targetPlaybackState (Results 1 – 2 of 2) sorted by relevance
893 private final int targetPlaybackState; field in Action.WaitForPlaybackState899 public WaitForPlaybackState(String tag, int targetPlaybackState) { in WaitForPlaybackState() argument901 this.targetPlaybackState = targetPlaybackState; in WaitForPlaybackState()914 if (targetPlaybackState == player.getPlaybackState()) { in doActionAndScheduleNextImpl()921 if (targetPlaybackState == playbackState) { in doActionAndScheduleNextImpl()
540 public Builder waitForPlaybackState(int targetPlaybackState) { in waitForPlaybackState() argument541 return apply(new WaitForPlaybackState(tag, targetPlaybackState)); in waitForPlaybackState()