Home
last modified time | relevance | path

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

/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTestUtils.java89 public static Uri stageHEVCVideoFile(File videoFile) throws IOException { in stageHEVCVideoFile()
93 public static Uri stageSmallHevcVideoFile(File videoFile) throws IOException { in stageSmallHevcVideoFile()
97 public static Uri stageMediumHevcVideoFile(File videoFile) throws IOException { in stageMediumHevcVideoFile()
101 public static Uri stageLongHevcVideoFile(File videoFile) throws IOException { in stageLongHevcVideoFile()
105 public static Uri stageLegacyVideoFile(File videoFile) throws IOException { in stageLegacyVideoFile()
109 private static Uri stageVideoFile(File videoFile, int resourceId) throws IOException { in stageVideoFile()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java565 final File videoFile = new File(TestUtils.getExternalStorageDir(), VIDEO_FILE_NAME); in testCanDeleteAllFiles_hasRW() local
570 assertDirectoryContains(videoFile.getParentFile(), videoFile); in testCanDeleteAllFiles_hasRW() local
601 final File videoFile = new File(TestUtils.getExternalStorageDir(), VIDEO_FILE_NAME); in testLegacyAppCanOwnAFile_hasW() local
626 final File videoFile = new File(TestUtils.getDcimDir(), VIDEO_FILE_NAME); in testCreateAndRenameDoesntLeaveStaleDBRow_hasRW() local
863 final File videoFile = new File(getPicturesDir(), VIDEO_FILE_NAME); in testLegacySystemGalleryCanRenameImagesAndVideosWithoutDbUpdates() local
927 final File videoFile = new File(getPicturesDir(), VIDEO_FILE_NAME); in testLegacySystemGalleryWithoutWESCannotRename() local
949 final File videoFile = new File(getPicturesDir(), VIDEO_FILE_NAME); in testLegacyWESCanRenameImagesAndVideosWithDbUpdates_hasW() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java152 File videoFile = new File(mRecPath,"video.mp4"); in activitySetUp() local
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java479 final File videoFile = new File(getExternalFilesDir(), VIDEO_FILE_NAME); in testReadWriteFilesInOtherAppExternalDir() local
752 final File videoFile = new File(dir, VIDEO_FILE_NAME); in testListDirectoriesWithMediaFiles() local
843 final File videoFile = new File(getExternalMediaDir(), VIDEO_FILE_NAME); in testListFilesFromExternalMediaDirectory() local
853 assertDirectoryContains(videoFile.getParentFile(), videoFile); in testListFilesFromExternalMediaDirectory() local
1593 final File videoFile = new File(getPicturesDir(), VIDEO_FILE_NAME); in testSystemGalleryCanRenameImagesAndVideos() local
1682 final File videoFile = new File(getDcimDir(), VIDEO_FILE_NAME); in testRenameFileType() local
1906 File videoFile = new File(mediaDirectory1, VIDEO_FILE_NAME); in testRenameDirectoryNotOwned() local
2078 final File videoFile = new File(directoryNoMedia, VIDEO_FILE_NAME); in testHiddenDirectory_nomedia() local
2762 final File videoFile = new File(directory, VIDEO_FILE_NAME); in assertNoMediaDoesntHideSpecialDirectories() local
2802 final File videoFile = new File(getMusicDir(), VIDEO_FILE_NAME); in testListUnsupportedFileType() local
[all …]
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStore_Video_MediaTest.java123 final File videoFile = MediaProviderTestUtils.stageFile(R.raw.testvideo, in testStoreVideoMediaExternal() local