Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java187 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
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
H A DDownloadsDeletionPreferenceGroupTest.java71 File imageFile = new File(mTempDir, "test.bmp"); in thumbnailsArePopulated() local
/aosp12/packages/apps/Settings/tests/componenttests/src/com/android/settings/testutils/
H A DCommonUtils.java55 File imageFile = new File(mPath); in takeScreenshot() local
/aosp12/packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/
H A DFetchDownloadsLoaderTest.java100 File imageFile = temporaryFolder.newFile("test.gif"); in testFetchesThumbnailsForImages() local
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
H A DClusterContentProvider.java58 File imageFile = new File( in openFile() local
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DDownloadsDeletionType.java186 public @Nullable Bitmap getCachedThumbnail(File imageFile) { in getCachedThumbnail()
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DSavedWallpaperImages.java125 File imageFile = File.createTempFile("wallpaper", "", mContext.getFilesDir()); in writeImage() local
/aosp12/packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
H A DEmbmsTestDownloadApp.java411 File imageFile = new File(fileLocation.getPath()); in onDownloadDone() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPersister.java613 FileOutputStream imageFile = null; in process() local
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp1127 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in dumpImageToDisk() local