Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DStubProvider.java480 closePipeWithErrorSilently(readPipe, "Not enough space."); in startWrite()
493 closePipeWithErrorSilently(readPipe, e.getMessage()); in startWrite()
508 private void closePipeWithErrorSilently(ParcelFileDescriptor pipe, String error) { in closePipeWithErrorSilently() method in StubProvider