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

  /packages/apps/Exchange/exchange2/src/com/android/exchange/
PartRequest.java 28 public final Attachment mAttachment;
35 mAttachment = _att;
36 mLocation = mAttachment.mLocation;
45 return ((PartRequest)o).mAttachment.mId == mAttachment.mId;
49 return (int)mAttachment.mId;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AttachmentLoader.java 54 private final Attachment mAttachment;
66 mAttachment = req.mAttachment;
67 mAttachmentId = mAttachment.mId;
68 mAttachmentSize = (int)mAttachment.mSize;
69 mAccountId = mAttachment.mAccountKey;
70 mMessageId = mAttachment.mMessageKey;
99 mAttachment.update(mContext, cv);
191 s.data(Tags.BASE_FILE_REFERENCE, mAttachment.mLocation);
195 String location = mAttachment.mLocation
    [all...]

Completed in 1443 milliseconds