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

  /packages/apps/Exchange/tests/src/com/android/exchange/
RequestTests.java 39 Attachment att3 = new Attachment(); local
40 att3.mId = 1;
41 PartRequest req3 = new PartRequest(att3, "dest3", "content3");
  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 139 Attachment att3 = setupSimpleAttachment("fileName3", 70001L, acct); local
140 atts.add(att3);
163 // Make sure they're the right ones (att2 and att3)
166 att3 = Attachment.restoreAttachmentWithId(mMockContext, att3.mId);
167 assertTrue((att3.mFlags & Attachment.FLAG_POLICY_DISALLOWS_DOWNLOAD) != 0);
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 101 Attachment att3 = ProviderTestUtils.setupAttachment(message.mId, "filename3", 1000, local
108 mDownloadSet.onChange(mMockContext, att3);
113 long[] expectedAttachmentIds = new long[] {att1.mId, att4.mId, att2.mId, att3.mId};
152 assertTrue(mService.isQueued(att3.mId));
  /external/libvorbis/lib/
vorbisenc.c 73 } att3; typedef in typeref:struct:__anon22906
104 const att3 *psy_tone_masteratt;
335 const att3 *att,
    [all...]

Completed in 463 milliseconds