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