Searched refs:writeFully (Results 1 – 2 of 2) sorted by relevance
176 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()
144 protected void writeFully(Uri uri, byte[] data) throws IOException { in writeFully() method in DocumentsClientTestCase