Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java187 File imageFile = new File(imageFilePath); in tearDown() local
316 private void testExifInterfaceCommon(File imageFile, ExpectedValue expectedValue) in testExifInterfaceCommon()
357 private void testSaveAttributes_withFileName(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileName()
379 private void testSaveAttributes_withFileDescriptor(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileDescriptor()
412 private void testSaveAttributes_withInputStream(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withInputStream()
433 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceForJpeg() local
448 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceForRaw() local
/frameworks/support/core-utils/java/android/support/v4/print/
DPrintHelper.java108 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback) in printBitmap()
150 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback) { in printBitmap()
211 public void printBitmap(String jobName, Uri imageFile, in printBitmap()
382 public void printBitmap(String jobName, Uri imageFile) throws FileNotFoundException { in printBitmap()
396 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback) in printBitmap()
/frameworks/support/core-utils/kitkat/android/support/v4/print/
DPrintHelperKitkat.java446 public void printBitmap(final String jobName, final Uri imageFile, in printBitmap()
/frameworks/base/services/core/java/com/android/server/am/
DTaskPersister.java697 FileOutputStream imageFile = null; in run() local