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

/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java438 * {@link #closeWithError(String)} which can be handled by the read end
483 * {@link #closeWithError(String)} which can be detected by the other end
674 * {@link #closeWithError(String)}.
722 public void closeWithError(String msg) throws IOException { method in class:ParcelFileDescriptor
725 mWrapped.closeWithError(msg);
872 * {@link #closeWithError(String)}.

Completed in 58 milliseconds