Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DParcelFileDescriptor.java610 closeWithStatus(Status.OK, null); in close()
632 closeWithStatus(Status.ERROR, msg); in closeWithError()
636 private void closeWithStatus(int status, String msg) { in closeWithStatus() method in ParcelFileDescriptor
859 closeWithStatus(Status.LEAKED, null); in finalize()
900 closeWithStatus(Status.SILENCE, null); in writeToParcel()