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

  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 103 Attachment att4 = ProviderTestUtils.setupAttachment(message.mId, "filename4", 1000, local
109 mDownloadSet.onChange(mMockContext, att4);
113 long[] expectedAttachmentIds = new long[] {att1.mId, att4.mId, att2.mId, att3.mId};
151 assertTrue(mService.isQueued(att4.mId));
155 // att4 should be the download in progress
156 req = mDownloadSet.findDownloadRequest(att4.mId);
159 assertTrue(mDownloadSet.mDownloadsInProgress.containsKey(att4.mId));
  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 141 Attachment att4 = setupSimpleAttachment("fileName4", 5001L, acct); local
142 atts.add(att4);
177 att4 = Attachment.restoreAttachmentWithId(mMockContext, att4.mId);
178 assertTrue((att4.mFlags & Attachment.FLAG_POLICY_DISALLOWS_DOWNLOAD) == 0);

Completed in 471 milliseconds