Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java176 writeFully(uri, "replaced!".getBytes()); in testOpenSimple()
239 writeFully(uri, "meow!".getBytes()); in testCreateNew()
320 writeFully(pic, "pic".getBytes()); in testTree()
321 writeFully(dirPic, "dirPic".getBytes()); in testTree()
563 writeFully(dirPic, "dirPic".getBytes()); in testFindDocumentPathInScopedAccess()
DDocumentsClientTestCase.java144 protected void writeFully(Uri uri, byte[] data) throws IOException { in writeFully() method in DocumentsClientTestCase