Searched refs:UnexpectedLoaderException (Results 1 – 3 of 3) sorted by relevance
44 public static final class UnexpectedLoaderException extends IOException { class in Loader46 public UnexpectedLoaderException(Throwable cause) { in UnexpectedLoaderException() method in Loader.UnexpectedLoaderException405 obtainMessage(MSG_IO_EXCEPTION, new UnexpectedLoaderException(e)).sendToTarget(); in run()413 obtainMessage(MSG_IO_EXCEPTION, new UnexpectedLoaderException(e)).sendToTarget(); in run()457 fatalError = new UnexpectedLoaderException(e); in handleMessage()
21 import com.google.android.exoplayer2.upstream.Loader.UnexpectedLoaderException;91 || exception instanceof UnexpectedLoaderException in getRetryDelayMsFor()
6398 assertThat(exception.getSourceException()).isInstanceOf(Loader.UnexpectedLoaderException.class); in loading_withLargeAllocationCausingOom_playsRemainingMediaAndThenThrows()