Searched refs:VIDEO_FILE_NAME (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/ |
D | ScopedStorageDeviceTest.java | 201 static final String VIDEO_FILE_NAME = "ScopedStorageDeviceTest_file_" + NONCE + ".mp4"; field in ScopedStorageDeviceTest 305 new File(musicDir, VIDEO_FILE_NAME).createNewFile(); in testTypePathConformity() 354 assertCanCreateFile(new File(dcimDir, VIDEO_FILE_NAME)); in testTypePathConformity() 360 assertCanCreateFile(new File(documentsDir, VIDEO_FILE_NAME)); in testTypePathConformity() 366 assertCanCreateFile(new File(downloadDir, VIDEO_FILE_NAME)); in testTypePathConformity() 367 assertCanCreateFile(new File(moviesDir, VIDEO_FILE_NAME)); in testTypePathConformity() 373 assertCanCreateFile(new File(picturesDir, VIDEO_FILE_NAME)); in testTypePathConformity() 392 new File(getExternalStorageDir(), VIDEO_FILE_NAME).createNewFile(); in testTypePathConformity() 411 new File(recordingsDir, VIDEO_FILE_NAME).createNewFile(); in testTypePathConformity_recordingsDir() 479 final File videoFile = new File(getExternalFilesDir(), VIDEO_FILE_NAME); in testReadWriteFilesInOtherAppExternalDir() [all …]
|
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/ |
D | LegacyStorageTest.java | 140 private static final String VIDEO_FILE_NAME = "LegacyStorageTest_file_" + NONCE + ".mp4"; field in LegacyStorageTest 447 String.format("%s/%s", APP_B_NO_PERMS.getPackageName(), VIDEO_FILE_NAME)); in testCanTrashOtherAndroidMediaFiles_hasRW() 565 final File videoFile = new File(TestUtils.getExternalStorageDir(), VIDEO_FILE_NAME); in testCanDeleteAllFiles_hasRW() 601 final File videoFile = new File(TestUtils.getExternalStorageDir(), VIDEO_FILE_NAME); in testLegacyAppCanOwnAFile_hasW() 607 .contains(VIDEO_FILE_NAME); in testLegacyAppCanOwnAFile_hasW() 626 final File videoFile = new File(TestUtils.getDcimDir(), VIDEO_FILE_NAME); in testCreateAndRenameDoesntLeaveStaleDBRow_hasRW() 628 "Renamed_" + VIDEO_FILE_NAME); in testCreateAndRenameDoesntLeaveStaleDBRow_hasRW() 862 final File otherAppVideoFile = new File(getDcimDir(), "other_" + VIDEO_FILE_NAME); in testLegacySystemGalleryCanRenameImagesAndVideosWithoutDbUpdates() 863 final File videoFile = new File(getPicturesDir(), VIDEO_FILE_NAME); in testLegacySystemGalleryCanRenameImagesAndVideosWithoutDbUpdates() 926 final File otherAppVideoFile = new File(getDcimDir(), "other_" + VIDEO_FILE_NAME); in testLegacySystemGalleryWithoutWESCannotRename() [all …]
|
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 138 static final String VIDEO_FILE_NAME = "ScopedStorageTest_file_" + NONCE + ".mp4"; field in ScopedStorageTest 354 final File otherAppVideo = new File(getDcimDir(), "other-" + VIDEO_FILE_NAME); in testAccess_OnlyImageFile() 381 final File otherAppVideo = new File(getDcimDir(), "other-" + VIDEO_FILE_NAME); in testAccess_OnlyVideoFile() 408 final File otherAppVideo = new File(getDcimDir(), "other-" + VIDEO_FILE_NAME); in testAccess_OnlyAudioFile() 438 final File otherAppVideo = new File(getDcimDir(), "other-" + VIDEO_FILE_NAME); in testAccess_MediaFile() 471 final File otherAppVideo = new File(getDcimDir(), "other-" + VIDEO_FILE_NAME); in testAccess_MediaFileWithRES() 494 final File otherAppVideo = new File(getDcimDir(), "other-" + VIDEO_FILE_NAME); in testAccess_MediaFileLegacy() 808 String.format("%s/%s", APP_B_NO_PERMS.getPackageName(), VIDEO_FILE_NAME)); in testFileManagerCanTrashOtherAndroidMediaFiles()
|