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

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

Completed in 90 milliseconds