Home
last modified time | relevance | path

Searched refs:throwPlaybackException (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DActionSchedule.java579 public Builder throwPlaybackException(ExoPlaybackException exception) { in throwPlaybackException() method in ActionSchedule.Builder
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DExoPlayerTest.java1414 .throwPlaybackException(ExoPlaybackException.createForSource(new IOException())) in reprepareAfterPlaybackError()
1444 .throwPlaybackException(ExoPlaybackException.createForSource(new IOException())) in seekAndReprepareAfterPlaybackError()
1571 .throwPlaybackException(ExoPlaybackException.createForSource(new IOException())) in playbackErrorAndReprepareDoesNotResetPosition()
1634 .throwPlaybackException(ExoPlaybackException.createForSource(new IOException())) in seekAfterPlaybackError()
1697 .throwPlaybackException(ExoPlaybackException.createForSource(new IOException())) in playbackErrorAndReprepareWithPositionResetKeepsWindowSequenceNumber()
1738 .throwPlaybackException(ExoPlaybackException.createForSource(new IOException())) in playbackErrorTwiceStillKeepsTimeline()
1743 .throwPlaybackException(ExoPlaybackException.createForSource(new IOException())) in playbackErrorTwiceStillKeepsTimeline()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/analytics/
DAnalyticsCollectorTest.java546 .throwPlaybackException(ExoPlaybackException.createForSource(new IOException())) in reprepareAfterError()