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

  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
RequestTests.java 32 Attachment att2 = new Attachment(); local
33 att2.mId = 2;
36 PartRequest req2 = new PartRequest(att2, "dest2", "content2");
  /packages/apps/Exchange/tests/src/com/android/exchange/
RequestTests.java 32 Attachment att2 = new Attachment(); local
33 att2.mId = 2;
36 PartRequest req2 = new PartRequest(att2, "dest2", "content2");
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 99 Attachment att2 = ProviderTestUtils.setupAttachment(message.mId, "filename2", 1000, local
107 mDownloadSet.onChange(mMockContext, att2);
113 long[] expectedAttachmentIds = new long[] {att1.mId, att4.mId, att2.mId, att3.mId};
149 mService.dequeue(att2.mId);
  /external/expat/xmlwf/
xmlwf.c 115 attcmp(const void *att1, const void *att2)
117 return tcscmp(*(const XML_Char **)att1, *(const XML_Char **)att2);
158 const XML_Char *att2 = *(const XML_Char **)p2; local
163 return tcscmp(att1, att2);
  /external/icu4c/test/cintltst/
cmsccoll.c 4822 UColAttribute att2[] = { UCOL_CASE_LEVEL }; local
    [all...]

Completed in 225 milliseconds