Searched defs:imageFile (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A 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
|
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/ |
H A D | DownloadsDeletionPreferenceGroupTest.java | 71 File imageFile = new File(mTempDir, "test.bmp"); in thumbnailsArePopulated() local
|
/aosp12/packages/apps/Settings/tests/componenttests/src/com/android/settings/testutils/ |
H A D | CommonUtils.java | 55 File imageFile = new File(mPath); in takeScreenshot() local
|
/aosp12/packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/ |
H A D | FetchDownloadsLoaderTest.java | 100 File imageFile = temporaryFolder.newFile("test.gif"); in testFetchesThumbnailsForImages() local
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/ |
H A D | ClusterContentProvider.java | 58 File imageFile = new File( in openFile() local
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
H A D | DownloadsDeletionType.java | 186 public @Nullable Bitmap getCachedThumbnail(File imageFile) { in getCachedThumbnail()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
H A D | SavedWallpaperImages.java | 125 File imageFile = File.createTempFile("wallpaper", "", mContext.getFilesDir()); in writeImage() local
|
/aosp12/packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/ |
H A D | EmbmsTestDownloadApp.java | 411 File imageFile = new File(fileLocation.getPath()); in onDownloadDone() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskPersister.java | 613 FileOutputStream imageFile = null; in process() local
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3OutputStream.cpp | 1127 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in dumpImageToDisk() local
|