HomeSort by relevance Sort by last modified time
    Searched defs:deleteAllAccountAttachmentFiles (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 354 public static void deleteAllAccountAttachmentFiles(Context context, long accountId) {
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 638 AttachmentUtilities.deleteAllAccountAttachmentFiles(mMockContext, account1Id);
643 AttachmentUtilities.deleteAllAccountAttachmentFiles(mMockContext, account2Id);

Completed in 44 milliseconds