Home
last modified time | relevance | path

Searched refs:deleteAllCachedAttachmentFiles (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DAttachmentUtilities.java325 public static void deleteAllCachedAttachmentFiles(Context context, long accountId, in deleteAllCachedAttachmentFiles() method in AttachmentUtilities
/packages/apps/Email/provider_src/com/android/email/service/
DEmailServiceStub.java493 AttachmentUtilities.deleteAllCachedAttachmentFiles(context, account.mId, messageId); in sendMailImpl()