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

  /packages/apps/Exchange/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/src/com/android/exchange/adapter/
AttachmentLoader.java 53 private final Attachment mAttachment;
65 mAttachment = req.mAttachment;
66 mAttachmentId = mAttachment.mId;
67 mAttachmentSize = (int)mAttachment.mSize;
68 mAccountId = mAttachment.mAccountKey;
69 mMessageId = mAttachment.mMessageKey;
97 mAttachment.update(mContext, cv);
189 s.data(Tags.BASE_FILE_REFERENCE, mAttachment.mLocation);
193 String location = mAttachment.mLocation
    [all...]

Completed in 59 milliseconds