Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java190 File imageFile = new File(imageFilePath); in tearDown() local
318 private void testExifInterfaceCommon(File imageFile, ExpectedValue expectedValue) in testExifInterfaceCommon()
361 File imageFile = clone(srcFile); in testSaveAttributes_withFileName() local
384 private void testSaveAttributes_withFileDescriptor(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileDescriptor()
417 private void testSaveAttributes_withInputStream(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withInputStream()
438 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceForJpeg() local
453 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceForRaw() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPersister.java614 FileOutputStream imageFile = null; in process() local