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

  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
RequestTests.java 30 Attachment att1 = new Attachment(); local
31 att1.mId = 1;
35 PartRequest req1 = new PartRequest(att1, "dest1", "content1");
  /packages/apps/Exchange/tests/src/com/android/exchange/
RequestTests.java 30 Attachment att1 = new Attachment(); local
31 att1.mId = 1;
35 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...]
  /external/expat/xmlwf/
xmlwf.c 115 attcmp(const void *att1, const void *att2)
117 return tcscmp(*(const XML_Char **)att1, *(const XML_Char **)att2);
157 const XML_Char *att1 = *(const XML_Char **)p1; local
159 int sep1 = (tcsrchr(att1, NSSEP) != 0);
160 int sep2 = (tcsrchr(att1, NSSEP) != 0);
163 return tcscmp(att1, att2);

Completed in 202 milliseconds