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

  /packages/apps/Exchange/src/com/android/exchange/adapter/
ItemOperationsParser.java 29 private final int mAttachmentSize;
36 mAttachmentSize = size;
49 mAttachmentLoader.readChunked(bis, mAttachmentOutputStream, mAttachmentSize);
AttachmentLoader.java 55 private final int mAttachmentSize;
67 mAttachmentSize = (int)mAttachment.mSize;
213 mAttachmentSize);
224 readChunked(is, os, (len < 0) ? mAttachmentSize : len);

Completed in 531 milliseconds