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

  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
AttachmentLoaderTests.java 31 assertEquals("abc", AttachmentLoader.encodeForExchange2003("abc"));
33 assertEquals("abc_:/.", AttachmentLoader.encodeForExchange2003("abc_:/."));
35 assertEquals("%20%33", AttachmentLoader.encodeForExchange2003("%20%33"));
38 AttachmentLoader.encodeForExchange2003(TEST_LOCATION));
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ItemOperationsParser.java 26 private final AttachmentLoader mAttachmentLoader;
31 public ItemOperationsParser(AttachmentLoader loader, InputStream in, OutputStream out, int size)
AttachmentLoader.java 47 public class AttachmentLoader {
61 public AttachmentLoader(EasSyncService service, PartRequest req) {
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 62 import com.android.exchange.adapter.AttachmentLoader;
    [all...]

Completed in 49 milliseconds