Searched refs:deleteAllAttachmentFiles (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DAttachmentUtilities.java300 public static void deleteAllAttachmentFiles(Context context, long accountId, long messageId) { method in class:AttachmentUtilities
361 deleteAllAttachmentFiles(context, accountId, messageId);
/packages/apps/Email/tests/src/com/android/email/provider/
H A DAttachmentProviderTests.java531 AttachmentUtilities.deleteAllAttachmentFiles(mMockContext, account1.mId,
536 AttachmentUtilities.deleteAllAttachmentFiles(mMockContext, account1.mId,
541 AttachmentUtilities.deleteAllAttachmentFiles(mMockContext, account1.mId,
546 AttachmentUtilities.deleteAllAttachmentFiles(mMockContext, account1.mId,
/packages/apps/Email/provider_src/com/android/email/service/
H A DEmailServiceStub.java500 AttachmentUtilities.deleteAllAttachmentFiles(context, account.mId,
511 AttachmentUtilities.deleteAllAttachmentFiles(context, account.mId,
H A DPop3Service.java455 AttachmentUtilities.deleteAllAttachmentFiles(context, account.mId,
H A DImapService.java714 AttachmentUtilities.deleteAllAttachmentFiles(context, account.mId, info.mId);
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java5474 AttachmentUtilities.deleteAllAttachmentFiles(context, msg.mAccountKey, msg.mId);
5528 AttachmentUtilities.deleteAllAttachmentFiles(context, accountId, messageId);

Completed in 492 milliseconds