Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java401 File imageFile = new File(mInpPrefix, fileName); in readFromStandaloneDataWithExif() local
420 File imageFile = new File(mInpPrefix, fileName); in testExifInterfaceCommon() local
459 File imageFile = new File(mInpPrefix, fileName); in testExifInterfaceRange() local
517 File imageFile = clone(srcFile); in writeToFilesWithExif() local
600 File imageFile = clone(new File(mInpPrefix, fileName)); in writeToFilesWithoutExif() local
734 File imageFile = clone(srcFile); in testGetSetDateTime() local
789 File imageFile = clone(srcFile); in testSetAttribute() local
911 File imageFile = clone(srcFile); in testGetAttributeForNullAndNonExistentTag() local
DHeifWriterTest.java148 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.java630 final File imageFile = new File(TestUtils.getDcimDir(), IMAGE_FILE_NAME); in testRenameDoesntInvalidateUri_hasRW() local
785 final File imageFile = new File(TestUtils.getDcimDir(), IMAGE_FILE_DISPLAY_NAME + ".jpg"); in testInsertWithUnsupportedMimeType() local
810 assertNotNull(MediaStore.scanFile(getContentResolver(), imageFile)); in testInsertWithUnsupportedMimeType() local
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java488 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testContributeMediaFile() local
1501 final File imageFile = new File(getPicturesDir(), IMAGE_FILE_NAME); in testSystemGalleryCanRenameImagesAndVideos() local
1887 final File imageFile = new File(getDownloadDir(), IMAGE_FILE_NAME); in testCanRenameHiddenFile() local
1915 final File imageFile = new File(nonHiddenDir, IMAGE_FILE_NAME); in testHiddenDirectory() local
1947 final File imageFile = new File(directoryNoMedia, IMAGE_FILE_NAME); in testHiddenDirectory_nomedia() local
2050 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testListPendingAndTrashed() local
2305 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testCreateCanRestoreDeletedRowId() local
2340 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testRenameCanRestoreDeletedRowId() local
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java788 final File imageFile = new File(getPicturesDir(), IMAGE_FILE_NAME); in testRenameFromShell() local
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java333 File imageFile = new File(path); in testSetImageViewUri() local