Searched defs:imageFile (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ExifInterfaceTest.java | 187 File imageFile = new File(imageFilePath); in tearDown() local 315 private void testExifInterfaceCommon(File imageFile, ExpectedValue expectedValue) in testExifInterfaceCommon() 356 private void testSaveAttributes_withFileName(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileName() 378 private void testSaveAttributes_withFileDescriptor(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileDescriptor() 411 private void testSaveAttributes_withInputStream(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withInputStream() 432 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceForJpeg() local 447 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceForRaw() local
|
/frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/ |
D | ExifInterfaceTest.java | 329 File imageFile = new File(imageFilePath); in tearDown() local 533 File imageFile = new File( in testSetDateTime() local 563 File imageFile = new File( in testRotation() local 774 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceCommon() local 795 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testSaveAttributes_withFileName() local
|
/frameworks/support/print/src/main/java/androidx/print/ |
D | PrintHelper.java | 331 public void printBitmap(@NonNull String jobName, @NonNull Uri imageFile) in printBitmap() 346 public void printBitmap(@NonNull final String jobName, @NonNull final Uri imageFile, in printBitmap() 381 PrintUriAdapter(String jobName, Uri imageFile, OnPrintFinishCallback callback, in PrintUriAdapter()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | TaskPersister.java | 725 FileOutputStream imageFile = null; in processNextItem() local
|
/frameworks/support/heifwriter/src/androidTest/java/androidx/heifwriter/ |
D | HeifWriterTest.java | 119 File imageFile = new File(imageFilePath); in tearDown() local
|