Searched refs:VIDEO_FILE_NAME (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/ |
D | ScopedStorageDeviceTest.java | 187 static final String VIDEO_FILE_NAME = "ScopedStorageDeviceTest_file_" + NONCE + ".mp4"; field in ScopedStorageDeviceTest 284 new File(musicDir, VIDEO_FILE_NAME).createNewFile(); in testTypePathConformity() 333 assertCanCreateFile(new File(dcimDir, VIDEO_FILE_NAME)); in testTypePathConformity() 339 assertCanCreateFile(new File(documentsDir, VIDEO_FILE_NAME)); in testTypePathConformity() 345 assertCanCreateFile(new File(downloadDir, VIDEO_FILE_NAME)); in testTypePathConformity() 346 assertCanCreateFile(new File(moviesDir, VIDEO_FILE_NAME)); in testTypePathConformity() 352 assertCanCreateFile(new File(picturesDir, VIDEO_FILE_NAME)); in testTypePathConformity() 371 new File(getExternalStorageDir(), VIDEO_FILE_NAME).createNewFile(); in testTypePathConformity() 390 new File(recordingsDir, VIDEO_FILE_NAME).createNewFile(); in testTypePathConformity_recordingsDir() 458 final File videoFile = new File(getExternalFilesDir(), VIDEO_FILE_NAME); in testReadWriteFilesInOtherAppExternalDir() [all …]
|
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/ |
D | LegacyStorageTest.java | 132 static final String VIDEO_FILE_NAME = "LegacyStorageTest_file_" + NONCE + ".mp4"; field in LegacyStorageTest 538 final File videoFile = new File(TestUtils.getExternalStorageDir(), VIDEO_FILE_NAME); in testCanDeleteAllFiles_hasRW() 574 final File videoFile = new File(TestUtils.getExternalStorageDir(), VIDEO_FILE_NAME); in testLegacyAppCanOwnAFile_hasW() 580 .contains(VIDEO_FILE_NAME); in testLegacyAppCanOwnAFile_hasW() 599 final File videoFile = new File(TestUtils.getDcimDir(), VIDEO_FILE_NAME); in testCreateAndRenameDoesntLeaveStaleDBRow_hasRW() 600 … final File renamedVideoFile = new File(TestUtils.getDcimDir(), "Renamed_" + VIDEO_FILE_NAME); in testCreateAndRenameDoesntLeaveStaleDBRow_hasRW() 830 final File otherAppVideoFile = new File(getDcimDir(), "other_" + VIDEO_FILE_NAME); in testLegacySystemGalleryCanRenameImagesAndVideosWithoutDbUpdates() 831 final File videoFile = new File(getPicturesDir(), VIDEO_FILE_NAME); in testLegacySystemGalleryCanRenameImagesAndVideosWithoutDbUpdates() 859 final File otherAppVideoFile = new File(getDcimDir(), "other_" + VIDEO_FILE_NAME); in testLegacySystemGalleryWithoutWESCannotRename() 860 final File videoFile = new File(getPicturesDir(), VIDEO_FILE_NAME); in testLegacySystemGalleryWithoutWESCannotRename() [all …]
|