Searched refs:waitForPlaybackState (Results 1 – 6 of 6) sorted by relevance
451 .waitForPlaybackState(Player.STATE_READY) in shuffleModeEnabledChanges()509 .waitForPlaybackState(Player.STATE_READY) in adGroupWithLoadErrorIsSkipped()551 .waitForPlaybackState(Player.STATE_BUFFERING) in illegalSeekPositionDoesThrow()563 .waitForPlaybackState(Player.STATE_ENDED) in illegalSeekPositionDoesThrow()608 .waitForPlaybackState(Player.STATE_READY) in seekDiscontinuityWithAdjustment()749 .waitForPlaybackState(Player.STATE_READY) in allActivatedTrackSelectionAreReleasedWhenTrackSelectionsAreRemade()789 .waitForPlaybackState(Player.STATE_READY) in allActivatedTrackSelectionAreReleasedWhenTrackSelectionsAreReused()869 .waitForPlaybackState(Player.STATE_READY) in resetMediaSourcesWithPositionResetAndShufflingUsesFirstPeriod()913 .waitForPlaybackState(Player.STATE_BUFFERING) in setPlaybackParametersBeforePreparationCompletesSucceeds()961 .waitForPlaybackState(Player.STATE_BUFFERING) in seekBeforePreparationCompletes_seeksToCorrectPosition()[all …]
386 .waitForPlaybackState(Player.STATE_READY) in seekBackAfterReadingAhead()466 .waitForPlaybackState(Player.STATE_READY) in prepareNewSource()545 .waitForPlaybackState(Player.STATE_READY) in reprepareAfterError()547 .waitForPlaybackState(Player.STATE_IDLE) in reprepareAfterError()553 .waitForPlaybackState(Player.STATE_ENDED) in reprepareAfterError()622 .waitForPlaybackState(Player.STATE_READY) in dynamicTimelineChange()630 .waitForPlaybackState(Player.STATE_READY) in dynamicTimelineChange()699 .waitForPlaybackState(Player.STATE_READY) in playlistOperations()705 .waitForPlaybackState(Player.STATE_BUFFERING) in playlistOperations()706 .waitForPlaybackState(Player.STATE_READY) in playlistOperations()[all …]
42 .waitForPlaybackState(Player.STATE_READY).delay(30000).seekAndWait(300000).delay(10000)
44 .waitForPlaybackState(Player.STATE_READY)51 .waitForPlaybackState(Player.STATE_READY)
203 .waitForPlaybackState(Player.STATE_READY) in widevineOfflineLicenseExpiresOnPauseV22()
540 public Builder waitForPlaybackState(int targetPlaybackState) { in waitForPlaybackState() method in ActionSchedule.Builder