Searched refs:ThrowPlaybackException (Results 1 – 2 of 2) sorted by relevance
45 import com.google.android.exoplayer2.testutil.Action.ThrowPlaybackException;580 return apply(new ThrowPlaybackException(tag, exception)); in throwPlaybackException()
635 public static final class ThrowPlaybackException extends Action { class in Action643 public ThrowPlaybackException(String tag, ExoPlaybackException exception) { in ThrowPlaybackException() method in Action.ThrowPlaybackException