Lines Matching defs:mId
68 public final long mId;
85 this(context, attachment.mId, attachment.mSize, attachment.mFileName, attachment.mMimeType,
96 this(context, info.mId, info.mSize, info.mName, info.mContentType, info.mAccountKey,
105 mId = id;
203 Uri contentUri = AttachmentUtilities.getAttachmentUri(accountId, mId);
222 return (int) (mId ^ (mId >>> 32));
235 return ((AttachmentInfo) o).mId == mId;
240 return "{Attachment " + mId + ":" + mName + "," + mContentType + "," + mSize + "}";