Searched refs:dbAttachment (Results 1 – 1 of 1) sorted by relevance
279 final Attachment dbAttachment = new Attachment(); in addOneAttachment() local280 dbAttachment.restore(cursor); in addOneAttachment()283 if (!TextUtils.equals(dbAttachment.mFileName, localAttachment.mFileName) || in addOneAttachment()284 !TextUtils.equals(dbAttachment.mMimeType, localAttachment.mMimeType) || in addOneAttachment()285 !TextUtils.equals(dbAttachment.mContentId, localAttachment.mContentId) || in addOneAttachment()286 !TextUtils.equals(dbAttachment.mLocation, localAttachment.mLocation)) { in addOneAttachment()291 localAttachment.mId = dbAttachment.mId; in addOneAttachment()293 LogUtils.d(Logging.LOG_TAG, "Skipped, found db attachment " + dbAttachment); in addOneAttachment()