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

/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java394 * {@link #closeWithError(String)} which can be handled by the read end
439 * {@link #closeWithError(String)} which can be detected by the other end
610 * {@link #closeWithError(String)}.
658 public void closeWithError(String msg) throws IOException { method in class:ParcelFileDescriptor
661 mWrapped.closeWithError(msg);
806 * {@link #closeWithError(String)}.

Completed in 80 milliseconds