Searched refs:file3 (Results 1 – 1 of 1) sorted by relevance
181 Doc file3 = buildDoc("doc:file3", "FILE3", "mime3/file3", null); in resetRoots() local182 file3.contents = "filethree".getBytes(); in resetRoots()183 file3.flags = Document.FLAG_SUPPORTS_WRITE; in resetRoots()184 dir1.children.add(file3); in resetRoots()