Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DParcelFileDescriptor.java266 listener.onClose(status.asIOException()); in fromFd()
841 throw mStatus.asIOException(); in checkError()
1065 public IOException asIOException() { in asIOException() method in ParcelFileDescriptor.Status