Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java432 closePipeWithErrorSilently(readPipe, "Not enough space."); in startWrite()
445 closePipeWithErrorSilently(readPipe, e.getMessage()); in startWrite()
461 private void closePipeWithErrorSilently(ParcelFileDescriptor pipe, String error) { in closePipeWithErrorSilently() method in StubProvider