Home
last modified time | relevance | path

Searched refs:experimental_setThrowWhenStuckBuffering (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestExoPlayer.java261 public Builder experimental_setThrowWhenStuckBuffering(boolean throwWhenStuckBuffering) { in experimental_setThrowWhenStuckBuffering() method in TestExoPlayer.Builder
300 .experimental_setThrowWhenStuckBuffering(throwWhenStuckBuffering) in build()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DExoPlayer.java249 public Builder experimental_setThrowWhenStuckBuffering(boolean throwWhenStuckBuffering) { in experimental_setThrowWhenStuckBuffering() method in ExoPlayer.Builder
DSimpleExoPlayer.java306 public Builder experimental_setThrowWhenStuckBuffering(boolean throwWhenStuckBuffering) { in experimental_setThrowWhenStuckBuffering() method in SimpleExoPlayer.Builder
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DExoPlayerTest.java3610 .experimental_setThrowWhenStuckBuffering(true) in nextLoadPositionExceedingLoadControlMaxBuffer_whileCurrentLoadInProgress_doesNotThrowException()