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 32 private final long mAttachmentSize;
39 mAttachmentSize = size;
53 readChunked(bis, mAttachmentOutputStream, mAttachmentSize, mCallback);
AttachmentLoader.java 50 private final int mAttachmentSize;
59 mAttachmentSize = (int)mAttachment.mSize;
166 mAttachmentSize, null);
178 (len < 0) ? mAttachmentSize : len, null);

Completed in 73 milliseconds