Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DMediaProviderForFuseTest.java187 File file = createSubdirWithOneFile(sTestDir); in testRenameDirectory()
212 File file = createSubdirWithOneFile(parent); in testRenameDirectory_WhenParentDirectoryIsHidden()
289 private File createSubdirWithOneFile(@NonNull File parent) throws Exception { in createSubdirWithOneFile() method in MediaProviderForFuseTest