Home
last modified time | relevance | path

Searched defs:tempFile (Results 1 – 13 of 13) 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/UnifiedEmail/src/org/apache/james/mime4j/message/
DMemoryBinaryBody.java47 private byte[] tempFile = null; field in MemoryBinaryBody
DMemoryTextBody.java51 private byte[] tempFile = null; field in MemoryTextBody
DTempFileBinaryBody.java46 private TempFile tempFile = null; field in TempFileBinaryBody
DTempFileTextBody.java50 private TempFile tempFile = null; field in TempFileTextBody
/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/apps/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageInstallerService.java212 File tempFile = null; in installPackage() local
510 File tempFile = WearPackageUtil.getTemporaryFile(mContext, mApplicationPackageName); in installSucceeded() local
/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
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapFolder.java1052 final File tempFile = File.createTempFile("IMAPupsync", ".eml", tempDir); in appendMessage() local