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

  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 118 Attachment newAttachment1 = ProviderTestUtils.setupAttachment(message1Id, "file1", 100,
125 Attachment newAttachment2 = ProviderTestUtils.setupAttachment(message1Id, "file2", 200,
132 Attachment newAttachment3 = ProviderTestUtils.setupAttachment(message1Id, "file3", 300,
283 Attachment newAttachment2 = ProviderTestUtils.setupAttachment(message1Id, "file2", 100,
288 Attachment newAttachment3 = ProviderTestUtils.setupAttachment(message1Id, "file3", 100,
293 Attachment newAttachment4 = ProviderTestUtils.setupAttachment(message1Id, "file4.doc", 100,
298 Attachment newAttachment5 = ProviderTestUtils.setupAttachment(message1Id, "file5.xyz", 100,
303 Attachment newAttachment6 = ProviderTestUtils.setupAttachment(message1Id, "file6", 100,
366 Attachment newAttachment = ProviderTestUtils.setupAttachment(message1Id, "file", 100,
381 Attachment newAttachment2 = ProviderTestUtils.setupAttachment(message1Id, "file", 100
    [all...]
ProviderTestUtils.java 246 public static Attachment setupAttachment(long messageId, String fileName, long length,
276 public static Attachment setupAttachment(long messageId, String fileName, long length,
278 return setupAttachment(messageId, fileName, length, 0, saveIt, context);
PolicyTests.java 117 Attachment att = ProviderTestUtils.setupAttachment(-1, name, size, false, mMockContext);
ProviderTests.java 488 atts.add(ProviderTestUtils.setupAttachment(
537 atts.add(ProviderTestUtils.setupAttachment(
    [all...]
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 97 Attachment att1 = ProviderTestUtils.setupAttachment(message.mId, "filename1", 1000,
99 Attachment att2 = ProviderTestUtils.setupAttachment(message.mId, "filename2", 1000,
101 Attachment att3 = ProviderTestUtils.setupAttachment(message.mId, "filename3", 1000,
103 Attachment att4 = ProviderTestUtils.setupAttachment(message.mId, "filename4", 1000,
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityMediumTests.java 104 Attachment attachment = ProviderTestUtils.setupAttachment(message.mId, "filename.ext",
UtilityUnitTests.java 297 Attachment att = ProviderTestUtils.setupAttachment(mailbox.mId, "name", 123, true,

Completed in 300 milliseconds