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

  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 107 Attachment newAttachment1 = ProviderTestUtils.setupAttachment(message1Id, "file1", 100,
114 Attachment newAttachment2 = ProviderTestUtils.setupAttachment(message1Id, "file2", 200,
121 Attachment newAttachment3 = ProviderTestUtils.setupAttachment(message1Id, "file3", 300,
271 Attachment newAttachment2 = ProviderTestUtils.setupAttachment(message1Id, "file2", 100,
276 Attachment newAttachment3 = ProviderTestUtils.setupAttachment(message1Id, "file3", 100,
281 Attachment newAttachment4 = ProviderTestUtils.setupAttachment(message1Id, "file4.doc", 100,
286 Attachment newAttachment5 = ProviderTestUtils.setupAttachment(message1Id, "file5.xyz", 100,
291 Attachment newAttachment6 = ProviderTestUtils.setupAttachment(message1Id, "file6", 100,
353 Attachment newAttachment = ProviderTestUtils.setupAttachment(message1Id, "file", 100,
368 Attachment newAttachment2 = ProviderTestUtils.setupAttachment(message1Id, "file", 100
    [all...]
ProviderTestUtils.java 235 public static Attachment setupAttachment(long messageId, String fileName, long length,
265 public static Attachment setupAttachment(long messageId, String fileName, long length,
267 return setupAttachment(messageId, fileName, length, 0, saveIt, context);
ProviderTests.java 466 atts.add(ProviderTestUtils.setupAttachment(
517 atts.add(ProviderTestUtils.setupAttachment(
    [all...]
PolicyTests.java 119 Attachment att = ProviderTestUtils.setupAttachment(-1, name, size, false, mMockContext);

Completed in 3248 milliseconds