Home
last modified time | relevance | path

Searched refs:deleteAllAttachmentFiles (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/provider/
DAttachmentProviderTests.java547 AttachmentUtilities.deleteAllAttachmentFiles(mMockContext, account1.mId, in testDeleteFiles()
552 AttachmentUtilities.deleteAllAttachmentFiles(mMockContext, account1.mId, in testDeleteFiles()
557 AttachmentUtilities.deleteAllAttachmentFiles(mMockContext, account1.mId, in testDeleteFiles()
562 AttachmentUtilities.deleteAllAttachmentFiles(mMockContext, account1.mId, in testDeleteFiles()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DAttachmentUtilities.java308 public static void deleteAllAttachmentFiles(Context context, long accountId, long messageId) { in deleteAllAttachmentFiles() method in AttachmentUtilities
341 deleteAllAttachmentFiles(context, accountId, messageId); in deleteAllMailboxAttachmentFiles()
/packages/apps/Email/src/com/android/email/
DMessagingController.java925 AttachmentUtilities.deleteAllAttachmentFiles(mContext, account.mId, in synchronizeMailboxGeneric()
2085 AttachmentUtilities.deleteAllAttachmentFiles(mContext, account.mId, in sendPendingMessagesSynchronous()
2090 AttachmentUtilities.deleteAllAttachmentFiles(mContext, account.mId, in sendPendingMessagesSynchronous()
DController.java795 AttachmentUtilities.deleteAllAttachmentFiles(mProviderContext, account.mId, in deleteMessageSync()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DEmailSyncAdapter.java1160 AttachmentUtilities.deleteAllAttachmentFiles(mContext, mAccount.mId, id);