Home
last modified time | relevance | path

Searched defs:videoFile (Results 1 – 4 of 4) sorted by relevance

/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTestUtils.java83 public static Uri stageHEVCVideoFile(File videoFile) throws IOException { in stageHEVCVideoFile()
87 public static Uri stageSmallHevcVideoFile(File videoFile) throws IOException { in stageSmallHevcVideoFile()
91 public static Uri stageMediumHevcVideoFile(File videoFile) throws IOException { in stageMediumHevcVideoFile()
95 public static Uri stageLongHevcVideoFile(File videoFile) throws IOException { in stageLongHevcVideoFile()
99 public static Uri stageLegacyVideoFile(File videoFile) throws IOException { in stageLegacyVideoFile()
103 private static Uri stageVideoFile(File videoFile, int resourceId) throws IOException { in stageVideoFile()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java538 final File videoFile = new File(TestUtils.getExternalStorageDir(), VIDEO_FILE_NAME); in testCanDeleteAllFiles_hasRW() local
543 assertDirectoryContains(videoFile.getParentFile(), videoFile); in testCanDeleteAllFiles_hasRW() local
574 final File videoFile = new File(TestUtils.getExternalStorageDir(), VIDEO_FILE_NAME); in testLegacyAppCanOwnAFile_hasW() local
599 final File videoFile = new File(TestUtils.getDcimDir(), VIDEO_FILE_NAME); in testCreateAndRenameDoesntLeaveStaleDBRow_hasRW() local
831 final File videoFile = new File(getPicturesDir(), VIDEO_FILE_NAME); in testLegacySystemGalleryCanRenameImagesAndVideosWithoutDbUpdates() local
860 final File videoFile = new File(getPicturesDir(), VIDEO_FILE_NAME); in testLegacySystemGalleryWithoutWESCannotRename() local
882 final File videoFile = new File(getPicturesDir(), VIDEO_FILE_NAME); in testLegacyWESCanRenameImagesAndVideosWithDbUpdates_hasW() local
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java458 final File videoFile = new File(getExternalFilesDir(), VIDEO_FILE_NAME); in testReadWriteFilesInOtherAppExternalDir() local
731 final File videoFile = new File(dir, VIDEO_FILE_NAME); in testListDirectoriesWithMediaFiles() local
822 final File videoFile = new File(getExternalMediaDir(), VIDEO_FILE_NAME); in testListFilesFromExternalMediaDirectory() local
832 assertDirectoryContains(videoFile.getParentFile(), videoFile); in testListFilesFromExternalMediaDirectory() local
1502 final File videoFile = new File(getPicturesDir(), VIDEO_FILE_NAME); in testSystemGalleryCanRenameImagesAndVideos() local
1591 final File videoFile = new File(getDcimDir(), VIDEO_FILE_NAME); in testRenameFileType() local
1777 File videoFile = new File(mediaDirectory1, VIDEO_FILE_NAME); in testRenameDirectoryNotOwned() local
1948 final File videoFile = new File(directoryNoMedia, VIDEO_FILE_NAME); in testHiddenDirectory_nomedia() local
2568 final File videoFile = new File(directory, VIDEO_FILE_NAME); in assertNoMediaDoesntHideSpecialDirectories() local
2608 final File videoFile = new File(getMusicDir(), VIDEO_FILE_NAME); in testListUnsupportedFileType() local
[all …]
/cts/tests/tests/provider/src/android/provider/cts/media/
DMediaStore_Video_MediaTest.java121 final File videoFile = ProviderTestUtils.stageFile(R.raw.testvideo, in testStoreVideoMediaExternal() local