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

/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java609 closeWithStatus(Status.OK, null);
631 closeWithStatus(Status.ERROR, msg);
635 private void closeWithStatus(int status, String msg) { method in class:ParcelFileDescriptor
852 closeWithStatus(Status.LEAKED, null);
891 closeWithStatus(Status.SILENCE, null);

Completed in 118 milliseconds