Home
last modified time | relevance | path

Searched refs:waitForPlaybackState (Results 1 – 6 of 6) sorted by relevance

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DExoPlayerTest.java451 .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 …]
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/analytics/
DAnalyticsCollectorTest.java386 .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 …]
/external/exoplayer/tree/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
DCommonEncryptionDrmTest.java42 .waitForPlaybackState(Player.STATE_READY).delay(30000).seekAndWait(300000).delay(10000)
DDashStreamingTest.java44 .waitForPlaybackState(Player.STATE_READY)
51 .waitForPlaybackState(Player.STATE_READY)
DDashWidevineOfflineTest.java203 .waitForPlaybackState(Player.STATE_READY) in widevineOfflineLicenseExpiresOnPauseV22()
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DActionSchedule.java540 public Builder waitForPlaybackState(int targetPlaybackState) { in waitForPlaybackState() method in ActionSchedule.Builder