Home
last modified time | relevance | path

Searched defs:throwWhenStuckBuffering (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestExoPlayer.java83 private boolean throwWhenStuckBuffering; field in TestExoPlayer.Builder
261 public Builder experimental_setThrowWhenStuckBuffering(boolean throwWhenStuckBuffering) { in experimental_setThrowWhenStuckBuffering()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DExoPlayer.java152 private boolean throwWhenStuckBuffering; field in ExoPlayer.Builder
249 public Builder experimental_setThrowWhenStuckBuffering(boolean throwWhenStuckBuffering) { in experimental_setThrowWhenStuckBuffering()
DSimpleExoPlayer.java103 private boolean throwWhenStuckBuffering; field in SimpleExoPlayer.Builder
306 public Builder experimental_setThrowWhenStuckBuffering(boolean throwWhenStuckBuffering) { in experimental_setThrowWhenStuckBuffering()
DExoPlayerImplInternal.java138 private boolean throwWhenStuckBuffering; field in ExoPlayerImplInternal