Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java183 File imageFile = new File(imageFilePath); in tearDown() local
323 private void testExifInterfaceCommon(File imageFile, ExpectedValue expectedValue) in testExifInterfaceCommon()
365 private void testSaveAttributes_withFileName(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileName()
387 private void testSaveAttributes_withFileDescriptor(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileDescriptor()
420 private void testSaveAttributes_withInputStream(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withInputStream()
441 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceForJpeg() local
456 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceForRaw() 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.java130 File imageFile = new File(mContext.getFilesDir(), "tempimage.jpg"); in testCreateFromPath() local
167 File imageFile = null; in testCreateFromStream() local
211 File imageFile = null; in testCreateFromResourceStream1() local
258 File imageFile = null; in testCreateFromResourceStream2() local
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java205 File imageFile = new File(path); in testSetImageViewUri() local