Searched refs:imageFile (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/ |
D | ClusterContentProvider.java | 58 File imageFile = new File( in openFile() local 63 if (!imageFile.exists()) { in openFile() 71 Files.copy(inputStream, imageFile.toPath(), in openFile() 77 imageFile = new File( in openFile() 81 ParcelFileDescriptor image = ParcelFileDescriptor.open(imageFile, in openFile()
|
/packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/ |
D | FetchDownloadsLoaderTest.java | 100 File imageFile = temporaryFolder.newFile("test.gif"); in testFetchesThumbnailsForImages() local 101 imageFile.setLastModified(0); in testFetchesThumbnailsForImages() 103 FileWriter fileWriter = new FileWriter(imageFile); in testFetchesThumbnailsForImages() 112 assertTrue(result.thumbnails.containsKey(imageFile)); in testFetchesThumbnailsForImages()
|
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/ |
D | DownloadsDeletionPreferenceGroupTest.java | 71 File imageFile = new File(mTempDir, "test.bmp"); in thumbnailsArePopulated() local 72 result.files.add(imageFile); in thumbnailsArePopulated() 73 result.thumbnails.put(imageFile, Bitmap.createBitmap(1, 1, Bitmap.Config.RGB_565)); in thumbnailsArePopulated()
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
D | SavedWallpaperImages.java | 125 File imageFile = File.createTempFile("wallpaper", "", mContext.getFilesDir()); in writeImage() local 127 mContext.openFileOutput(imageFile.getName(), Context.MODE_PRIVATE); in writeImage() 140 values.put(ImageDb.COLUMN_IMAGE_FILENAME, imageFile.getName()); in writeImage()
|
/packages/apps/Settings/tests/componenttests/src/com/android/settings/testutils/ |
D | CommonUtils.java | 55 File imageFile = new File(mPath); in takeScreenshot() local 57 FileOutputStream outputStream = new FileOutputStream(imageFile); in takeScreenshot()
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | DownloadsDeletionType.java | 186 public @Nullable Bitmap getCachedThumbnail(File imageFile) { in getCachedThumbnail() argument 190 return mThumbnails.get(imageFile); in getCachedThumbnail()
|
/packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/ |
D | EmbmsTestDownloadApp.java | 411 File imageFile = new File(fileLocation.getPath()); in onDownloadDone() local 412 if (!imageFile.exists()) { in onDownloadDone()
|