HomeSort by relevance Sort by last modified time
    Searched refs:createUniqueFile (Results 1 - 5 of 5) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 398 File file = Utility.createUniqueFile(downloads, attachment.mFileName);
Utility.java 558 * Interface used in {@link #createUniqueFile} instead of {@link File#createNewFile()} to make
576 public static File createUniqueFile(File directory, String filename) throws IOException {
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityUnitTests.java 218 file = Utility.createUniqueFile(Environment.getExternalStorageDirectory(),
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 781 File file = Utility.createUniqueFile(downloads, attachment.mFileName);
    [all...]

Completed in 48 milliseconds