Searched refs:dir1 (Results 1 – 2 of 2) sorted by relevance
245 String dir1 = mFileDir + "/test-" + now; in testWildcardPaths() local246 String file1 = dir1 + "/test.mp3"; in testWildcardPaths()249 assertTrue(new File(dir1).mkdir()); in testWildcardPaths()289 assertEquals(dir1, c.getString(0)); in testWildcardPaths()300 new File(dir1).delete(); in testWildcardPaths()
175 Doc dir1 = buildDoc("doc:dir1", "DIR1", Document.MIME_TYPE_DIR, null); in resetRoots() local176 mLocalRoot.children.add(dir1); in resetRoots()182 dir1.children.add(file3); in resetRoots()