Searched refs:RequestCancelledException (Results 1 – 1 of 1) sorted by relevance
227 if (t instanceof RequestCancelledException) { in SurfaceRequest()284 new RequestCancelledException( in SurfaceRequest()464 Preconditions.checkState(t instanceof RequestCancelledException, "Camera " in provideSurface()678 private static final class RequestCancelledException extends RuntimeException { class in SurfaceRequest679 RequestCancelledException(@NonNull String message, @NonNull Throwable cause) { in RequestCancelledException() method in SurfaceRequest.RequestCancelledException