Home | History | Annotate | Download | only in aggregation

Lines Matching defs:bindLong

553             mMarkForAggregation.bindLong(1, rawContactId);
705 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId);
713 mAggregatedPresenceReplace.bindLong(1, contactId);
714 mAggregatedPresenceReplace.bindLong(2, contactId);
900 mContactIdUpdate.bindLong(1, contactId);
901 mContactIdUpdate.bindLong(2, rawContactId);
925 mContactIdAndMarkAggregatedUpdate.bindLong(1, contactId);
926 mContactIdAndMarkAggregatedUpdate.bindLong(2, rawContactId);
931 mPresenceContactIdUpdate.bindLong(1, contactId);
932 mPresenceContactIdUpdate.bindLong(2, rawContactId);
937 mResetPinnedForRawContact.bindLong(1, rawContactId);
1512 statement.bindLong(ContactReplaceSqlStatement.NAME_RAW_CONTACT_ID,
1516 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId);
1522 statement.bindLong(ContactReplaceSqlStatement.PHOTO_FILE_ID, bestPhotoFileId);
1527 statement.bindLong(ContactReplaceSqlStatement.SEND_TO_VOICEMAIL,
1531 statement.bindLong(ContactReplaceSqlStatement.RAW_LAST_TIME_CONTACTED,
1533 statement.bindLong(ContactReplaceSqlStatement.RAW_TIMES_CONTACTED,
1535 statement.bindLong(ContactReplaceSqlStatement.STARRED,
1537 statement.bindLong(ContactReplaceSqlStatement.PINNED,
1539 statement.bindLong(ContactReplaceSqlStatement.HAS_PHONE_NUMBER,
1543 statement.bindLong(ContactReplaceSqlStatement.CONTACT_LAST_UPDATED_TIMESTAMP,
1669 mPhotoIdUpdate.bindLong(1, bestPhotoId);
1675 mPhotoIdUpdate.bindLong(2, bestPhotoFileId);
1678 mPhotoIdUpdate.bindLong(3, contactId);
1808 mDisplayNameUpdate.bindLong(1, mDisplayNameCandidate.rawContactId);
1809 mDisplayNameUpdate.bindLong(2, contactId);
1840 hasPhoneNumberUpdate.bindLong(1, mDbHelper.getMimeTypeId(Phone.CONTENT_ITEM_TYPE));
1841 hasPhoneNumberUpdate.bindLong(2, contactId);
1842 hasPhoneNumberUpdate.bindLong(3, contactId);
1883 mLookupKeyUpdate.bindLong(2, contactId);
1919 mStarredUpdate.bindLong(1, contactId);
1933 mSendToVoicemailUpdate.bindLong(1, contactId);
1946 mPinnedUpdate.bindLong(1, contactId);