OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 29 milliseconds