Searched refs:dir2 (Results 1 – 4 of 4) sorted by relevance
187 Doc dir2 = buildDoc("doc:dir2", "DIR2", Document.MIME_TYPE_DIR, null); in resetRoots() local188 mCreateRoot.children.add(dir2); in resetRoots()197 dir2.children.add(file4); in resetRoots()200 dir2.children.add(subDir2); in resetRoots()
320 String dir2 = mFileDir + "/test_" + now; in testWildcardPaths() local321 String file2 = dir2 + "/test.mp3"; in testWildcardPaths()328 assertTrue(new File(dir2).mkdir()); in testWildcardPaths()362 assertEquals(dir2, getRawFile(MediaStore.Files.getContentUri("external", parent2id)) in testWildcardPaths()369 new File(dir2).delete(); in testWildcardPaths()
1480 TextDirectionHeuristic dir2 = dirs[(diri + 1) % dirs.length];1484 new LayoutParam(b2, f2, p2, dir2));
532 final File dir2 = new File(dir1, "random_dir_inside_random_dir"); in testCreateAndDeleteEmptyDir() local534 assertThat(dir2.mkdir()).isTrue(); in testCreateAndDeleteEmptyDir()537 assertThat(dir2.delete()).isTrue(); in testCreateAndDeleteEmptyDir()