Searched refs:closeWithError (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java376 * {@link #closeWithError(String)} which can be handled by the read end
414 * {@link #closeWithError(String)} which can be detected by the other end
575 * {@link #closeWithError(String)}.
620 public void closeWithError(String msg) throws IOException { method in class:ParcelFileDescriptor
623 mWrapped.closeWithError(msg);
760 * {@link #closeWithError(String)}.

Completed in 304 milliseconds