Searched refs:getMoviesDir (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/ |
D | ScopedStorageDeviceTest.java | 72 import static android.scopedstorage.cts.lib.TestUtils.getMoviesDir; 295 final File moviesDir = getMoviesDir(); in testTypePathConformity() 688 assertThat(getMoviesDir().list()).isNotNull(); in testOpendirRestrictions() 1644 final File videoFile2 = new File(getMoviesDir(), VIDEO_FILE_NAME); in testRenameFile() 1652 assertCantRenameFile(pdfFile1, new File(getMoviesDir(), NONMEDIA_FILE_NAME)); in testRenameFile() 1707 final File videoFile2 = new File(getMoviesDir(), VIDEO_FILE_NAME); in testRenameAndReplaceFile() 1773 final File videoFile2 = new File(getMoviesDir(), VIDEO_FILE_NAME); in testRenameFileNotOwned() 1837 final File mediaDirectory3 = new File(getMoviesDir(), TEST_DIRECTORY_NAME); in testRenameDirectory() 1905 File mediaDirectory2 = new File(getMoviesDir(), mediaDirectoryName); in testRenameDirectoryNotOwned() 1932 File emptyDirectoryNewPath = new File(getMoviesDir(), TEST_DIRECTORY_NAME + "23456"); in testRenameEmptyDirectory() [all …]
|
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 56 import static android.scopedstorage.cts.lib.TestUtils.getMoviesDir; 240 final File musicFileInMovies = new File(getMoviesDir(), AUDIO_FILE_NAME); in testManageExternalStorageCanCreateFilesAnywhere() 977 final File musicFileInMovies = new File(getMoviesDir(), AUDIO_FILE_NAME); in testNoIsolatedStorageCanCreateFilesAnywhere() 1072 final File dir = new File(getMoviesDir(), TEST_DIRECTORY_NAME); in testRenameFromShell()
|
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/ |
D | LegacyStorageTest.java | 413 final File musicFile3 = new File(TestUtils.getMoviesDir(), "LegacyStorageTest.mp3"); in testCanRename_hasRW() 539 File directoryNewPath = new File(TestUtils.getMoviesDir(), testDirectoryName); in testRenameDirectoryAndUpdateDB_hasW()
|
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/ |
D | TestUtils.java | 1729 public static File getMoviesDir() { in getMoviesDir() method in TestUtils 1780 getMoviesDir(), in getDefaultTopLevelDirs() 1795 getMoviesDir(), in getDefaultTopLevelDirs()
|