Home | History | Annotate | Download | only in provider

Lines Matching refs:mContentId

1664         public String mContentId;
1789 mContentId = cursor.getString(CONTENT_CONTENT_ID_COLUMN);
1806 values.put(AttachmentColumns.CONTENT_ID, mContentId);
1827 dest.writeString(mContentId);
1848 mContentId = in.readString();
1877 return "[" + mFileName + ", " + mMimeType + ", " + mSize + ", " + mContentId + ", "