Home
last modified time | relevance | path

Searched defs:tempFile (Results 1 – 9 of 9) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DUriBitmap.java34 private UriBitmap(Bitmap bitmap, Uri uri, File tempFile) { in UriBitmap()
53 File tempFile = File.createTempFile("tmpImage", ".png"); in createSimpleInstance() local
68 private static Uri bitmapToUri(Bitmap bitmap, File tempFile) throws IOException { in bitmapToUri()
DLogoUtilsTest.java38 File tempFile = writeBitmapToTempFile(bitmap); in testPartiallyResizedBitmap() local
52 File tempFile = writeBitmapToTempFile(bitmap); in testPartiallyResizedElongatedBitmap() local
93 File tempFile = writeBitmapToTempFile(bitmap); in testSaveGetOrganisationLogo() local
149 File tempFile = File.createTempFile("temp_bitmap", "", getContext().getCacheDir()); in writeBitmapToTempFile() local
/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
DExifOrientation.java50 File tempFile = null; in readRotation() local
/packages/apps/Camera2/src/com/android/camera/session/
DSessionStorageManagerImpl.java97 File tempFile = new File(tempDirectory, title + ".jpg"); in createTemporaryOutputPath() local
/packages/services/Mtp/src/com/android/mtp/
DMtpFileWriter.java39 final File tempFile = File.createTempFile("mtp", "tmp", context.getCacheDir()); in MtpFileWriter() local
/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
DEmbmsSampleDownloadService.java328 UriPathPair tempFile = tempFiles.get(i); in performDownload() local
346 UriPathPair tempFile, UriPathPair extraTempFile, FileInfo fileToDownload) { in downloadSingleFile()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsSender.java176 final File tempFile = MmsFileProvider.getFile(contentUri); in writePduToTempFile() local
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DProcessSentMessageAction.java142 final File tempFile = MmsFileProvider.getFile(contentUri); in executeAction() local
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadCache.java318 File tempFile = null; in run() local