Home
last modified time | relevance | path

Searched defs:imageFile (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java403 File imageFile = new File(mInpPrefix, fileName); in readFromStandaloneDataWithExif() local
422 File imageFile = new File(mInpPrefix, fileName); in testExifInterfaceCommon() local
461 File imageFile = new File(mInpPrefix, fileName); in testExifInterfaceRange() local
519 File imageFile = clone(srcFile); in writeToFilesWithExif() local
602 File imageFile = clone(new File(mInpPrefix, fileName)); in writeToFilesWithoutExif() local
736 File imageFile = clone(srcFile); in testGetSetDateTime() local
791 File imageFile = clone(srcFile); in testSetAttribute() local
913 File imageFile = clone(srcFile); in testGetAttributeForNullAndNonExistentTag() local
DHeifWriterTest.java149 File imageFile = new File(imageFilePath); in tearDown() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodPresentMediaDialog.java137 File imageFile = (File) getArguments().getSerializable(KEY_IMAGE_FILE); in onCreateDialog() local
214 private static int getOrientationInDegreeFromImage(File imageFile) throws IOException { in getOrientationInDegreeFromImage()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTest.java153 File imageFile = new File(mContext.getFilesDir(), "tempimage.jpg"); in testCreateFromPath() local
175 File imageFile = new File(mContext.getFilesDir(), "tempimage.jpg"); in testCreateFromIncomplete() local
219 File imageFile = null; in testCreateFromStream() local
264 File imageFile = null; in testCreateFromStream2() local
296 File imageFile = null; in testCreateFromResourceStream1() local
343 File imageFile = null; in testCreateFromResourceStream2() local
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java658 final File imageFile = new File(TestUtils.getDcimDir(), IMAGE_FILE_NAME); in testRenameDoesntInvalidateUri_hasRW() local
813 final File imageFile = new File(TestUtils.getDcimDir(), IMAGE_FILE_DISPLAY_NAME + ".jpg"); in testInsertWithUnsupportedMimeType() local
838 assertNotNull(MediaStore.scanFile(getContentResolver(), imageFile)); in testInsertWithUnsupportedMimeType() local
890 final File imageFile = new File(getPicturesDir(), IMAGE_FILE_NAME); in testLegacySystemGalleryCanUpdateToExistingDirectory() local
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java500 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testContributeMediaFile() local
1575 final File imageFile = new File(getPicturesDir(), IMAGE_FILE_NAME); in testSystemGalleryCanRenameImagesAndVideos() local
1965 final File imageFile = new File(getDownloadDir(), IMAGE_FILE_NAME); in testCanRenameHiddenFile() local
1993 final File imageFile = new File(nonHiddenDir, IMAGE_FILE_NAME); in testHiddenDirectory() local
2025 final File imageFile = new File(directoryNoMedia, IMAGE_FILE_NAME); in testHiddenDirectory_nomedia() local
2128 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testListPendingAndTrashed() local
2442 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testCreateCanRestoreDeletedRowId() local
2480 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testRenameCanRestoreDeletedRowId() local
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java1069 final File imageFile = new File(getPicturesDir(), IMAGE_FILE_NAME); in testRenameFromShell() local
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java342 File imageFile = new File(path); in testSetImageViewUri() local