Searched refs:mAttachmentSize (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DItemOperationsParser.java32 private final long mAttachmentSize; field in class:ItemOperationsParser
39 mAttachmentSize = size;
53 readChunked(bis, mAttachmentOutputStream, mAttachmentSize, mCallback);
H A DAttachmentLoader.java50 private final int mAttachmentSize; field in class:AttachmentLoader
59 mAttachmentSize = (int)mAttachment.mSize;
166 mAttachmentSize, null);
178 (len < 0) ? mAttachmentSize : len, null);

Completed in 71 milliseconds