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

/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java711 closeWithStatus(Status.OK, null);
733 closeWithStatus(Status.ERROR, msg);
737 private void closeWithStatus(int status, String msg) { method in class:ParcelFileDescriptor
992 closeWithStatus(Status.LEAKED, null);
1032 closeWithStatus(Status.SILENCE, null);

Completed in 9 milliseconds