Home
last modified time | relevance | path

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

/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/media/src/android/media/cts/
DExifInterfaceTest.java385 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceCommon() local
422 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceRange() local
476 File imageFile = clone(srcFile); in testSaveAttributes_withFileName() local
509 File imageFile = clone(srcFile); in testSaveAttributes_withFileDescriptor() local
658 File imageFile = clone(srcFile); in testSetDateTime() local
DHeifWriterTest.java131 File imageFile = new File(imageFilePath); in tearDown() 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
264 File imageFile = null; in testCreateFromStream2() local
296 File imageFile = null; in testCreateFromResourceStream1() local
343 File imageFile = null; in testCreateFromResourceStream2() local
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java279 File imageFile = new File(path); in testSetImageViewUri() local