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

  /packages/apps/Exchange/tests/src/com/android/exchange/
RequestTests.java 31 Attachment att1 = new Attachment(); local
32 att1.mId = 1;
36 PartRequest req1 = new PartRequest(att1, "dest1", "content1");
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 97 Attachment att1 = ProviderTestUtils.setupAttachment(message.mId, "filename1", 1000, local
106 mDownloadSet.onChange(mMockContext, att1);
113 long[] expectedAttachmentIds = new long[] {att1.mId, att4.mId, att2.mId, att3.mId};
123 DownloadRequest req = mDownloadSet.findDownloadRequest(att1.mId);
126 assertTrue(mDownloadSet.mDownloadsInProgress.containsKey(att1.mId));
131 mDownloadSet.endDownload(att1.mId, EmailServiceStatus.CONNECTION_ERROR);
136 // Things should be as they were earlier; att1 should be an in-progress download
137 req = mDownloadSet.findDownloadRequest(att1.mId);
140 assertTrue(mDownloadSet.mDownloadsInProgress.containsKey(att1.mId));
142 // att1 should no longer be in the queu
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 130 Attachment att1 = setupSimpleAttachment("fileName1", 10001L, acct); local
131 atts.add(att1);

Completed in 64 milliseconds