Home
last modified time | relevance | path

Searched refs:dir1 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaScannerTest.java317 String dir1 = mFileDir + "/test-" + now; in testWildcardPaths() local
318 String file1 = dir1 + "/test.mp3"; in testWildcardPaths()
321 assertTrue(new File(dir1).mkdir()); in testWildcardPaths()
361 assertEquals(dir1, c.getString(0)); in testWildcardPaths()
372 new File(dir1).delete(); in testWildcardPaths()
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java175 Doc dir1 = buildDoc("doc:dir1", "DIR1", Document.MIME_TYPE_DIR, null); in resetRoots() local
176 mLocalRoot.children.add(dir1); in resetRoots()
182 dir1.children.add(file3); in resetRoots()
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutTest.java1480 TextDirectionHeuristic dir1 = dirs[diri];
1484 new LayoutParam(b1, f1, p1, dir1),