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

  /packages/apps/Exchange/tests/src/com/android/exchange/
RequestTests.java 38 Attachment att3 = new Attachment(); local
39 att3.mId = 1;
40 PartRequest req3 = new PartRequest(att3, "dest3", "content3");
  /frameworks/base/core/tests/coretests/src/android/accounts/
AccountManagerServiceTest.java 163 mAms.setAuthToken(a11, "att3", "a11_att3");
166 mAms.setAuthToken(a12, "att3", "a12_att3");
170 assertEquals("a11_att3", mAms.peekAuthToken(a11, "att3"));
173 assertEquals("a12_att3", mAms.peekAuthToken(a12, "att3"));
175 mAms.setAuthToken(a11, "att3", "a11_att3b");
180 assertEquals("a11_att3b", mAms.peekAuthToken(a11, "att3"));
183 assertEquals("a12_att3", mAms.peekAuthToken(a12, "att3"));
  /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};
153 assertTrue(mService.isQueued(att3.mId));
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 422 aci[2] = new TestAttributedCharacterIteratorAttribute("att3");
453 aci[2] = new TestAttributedCharacterIteratorAttribute("att3");

Completed in 803 milliseconds