Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java47 import static android.scopedstorage.cts.lib.TestUtils.getMoviesDir;
188 final File musicFileInMovies = new File(getMoviesDir(), AUDIO_FILE_NAME); in testManageExternalStorageCanCreateFilesAnywhere()
695 final File musicFileInMovies = new File(getMoviesDir(), AUDIO_FILE_NAME); in testNoIsolatedStorageCanCreateFilesAnywhere()
789 final File dir = new File(getMoviesDir(), TEST_DIRECTORY_NAME); in testRenameFromShell()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java67 import static android.scopedstorage.cts.lib.TestUtils.getMoviesDir;
274 final File moviesDir = getMoviesDir(); in testTypePathConformity()
667 assertThat(getMoviesDir().list()).isNotNull(); in testOpendirRestrictions()
1553 final File videoFile2 = new File(getMoviesDir(), VIDEO_FILE_NAME); in testRenameFile()
1561 assertCantRenameFile(pdfFile1, new File(getMoviesDir(), NONMEDIA_FILE_NAME)); in testRenameFile()
1616 final File videoFile2 = new File(getMoviesDir(), VIDEO_FILE_NAME); in testRenameAndReplaceFile()
1679 final File videoFile2 = new File(getMoviesDir(), VIDEO_FILE_NAME); in testRenameFileNotOwned()
1712 final File mediaDirectory3 = new File(getMoviesDir(), TEST_DIRECTORY_NAME); in testRenameDirectory()
1776 File mediaDirectory2 = new File(getMoviesDir(), mediaDirectoryName); in testRenameDirectoryNotOwned()
1802 File emptyDirectoryNewPath = new File(getMoviesDir(), TEST_DIRECTORY_NAME + "23456"); in testRenameEmptyDirectory()
[all …]
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1241 public static File getMoviesDir() { in getMoviesDir() method in TestUtils
1282 getDocumentsDir(), getDownloadDir(), getMusicDir(), getMoviesDir(), in getDefaultTopLevelDirs()
1287 getDocumentsDir(), getDownloadDir(), getMusicDir(), getMoviesDir(), in getDefaultTopLevelDirs()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java403 final File musicFile3 = new File(TestUtils.getMoviesDir(), "LegacyFileAccessTest.mp3"); in testCanRename_hasRW()
512 File directoryNewPath = new File(TestUtils.getMoviesDir(), testDirectoryName); in testRenameDirectoryAndUpdateDB_hasW()