Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DParcelFileDescriptor.java789 throw mStatus.asIOException(); in checkError()
987 public IOException asIOException() { in asIOException() method in ParcelFileDescriptor.Status
1021 listener.onClose(s != null ? s.asIOException() : null); in ListenerBridge()