Home
last modified time | relevance | path

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

/camera/camera-core/src/main/java/androidx/camera/core/
DSurfaceRequest.java227 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 SurfaceRequest
679 RequestCancelledException(@NonNull String message, @NonNull Throwable cause) { in RequestCancelledException() method in SurfaceRequest.RequestCancelledException