Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStorageOtherFilesTest.java222 private static void grantReadAccess(File imageFile) throws IOException { in grantReadAccess()
238 private static String buildPhotopickerUriWithStringEscaping(File imageFile) { in buildPhotopickerUriWithStringEscaping()
DOwnedFilesRule.java65 public Uri createFile(int resourceId, File imageFile) throws IOException { in createFile()
DScopedStorageDeviceTest.java505 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testContributeMediaFile() local
1594 final File imageFile = new File(getPicturesDir(), IMAGE_FILE_NAME); in testSystemGalleryCanRenameImagesAndVideos() local
2015 final File imageFile = new File(getDownloadDir(), IMAGE_FILE_NAME); in testCanRenameHiddenFile() local
2043 final File imageFile = new File(nonHiddenDir, IMAGE_FILE_NAME); in testHiddenDirectory() local
2075 final File imageFile = new File(directoryNoMedia, IMAGE_FILE_NAME); in testHiddenDirectory_nomedia() local
2178 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testListPendingAndTrashed() local
2492 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testCreateCanRestoreDeletedRowId() local
2530 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testRenameCanRestoreDeletedRowId() local
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java424 File imageFile = new File(mInpPrefix, fileName); in readFromStandaloneDataWithExif() local
443 File imageFile = new File(mInpPrefix, fileName); in testExifInterfaceCommon() local
482 File imageFile = new File(mInpPrefix, fileName); in testExifInterfaceRange() local
540 File imageFile = clone(srcFile); in writeToFilesWithExif() local
625 File imageFile = clone(srcFile); in writeToFilesWithoutExif() local
777 File imageFile = clone(srcFile); in testGetSetDateTime() local
834 File imageFile = clone(srcFile); in testSetAttribute() local
957 File imageFile = clone(srcFile); in testGetAttributeForNullAndNonExistentTag() local
DHeifWriterTest.java160 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/hostsidetests/securitybulletin/test-apps/CVE-2023-21144/src/android/security/cts/CVE_2023_21144/
DDeviceTest.java163 File imageFile = getImageFile(context); in withTemporaryImage() local
/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
265 File imageFile = null; in testCreateFromStream2() local
297 File imageFile = null; in testCreateFromResourceStream1() local
344 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/src/android/scopedstorage/cts/
DScopedStorageTest.java1044 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