Home
last modified time | relevance | path

Searched refs:bindLong (Results 1 – 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java556 mMarkForAggregation.bindLong(1, rawContactId); in markForAggregation()
706 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId); in updateAggregateData()
714 mAggregatedPresenceReplace.bindLong(1, contactId); in updateAggregatedStatusUpdate()
715 mAggregatedPresenceReplace.bindLong(2, contactId); in updateAggregatedStatusUpdate()
827 mRawContactCountQuery.bindLong(1, currentContactId); in aggregateContact()
828 mRawContactCountQuery.bindLong(2, rawContactId); in aggregateContact()
876 mAggregatedPresenceDelete.bindLong(1, currentContactId); in aggregateContact()
883 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId); in aggregateContact()
1355 mContactIdUpdate.bindLong(1, contactId); in setContactId()
1356 mContactIdUpdate.bindLong(2, rawContactId); in setContactId()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java2882 update.bindLong(2, dataId); in upgradeToVersion202()
3077 structuredNameUpdate.bindLong(1, unadjustedFullNameStyle); in upgradeNameToVersion205()
3079 structuredNameUpdate.bindLong(3, name.phoneticNameStyle); in upgradeNameToVersion205()
3080 structuredNameUpdate.bindLong(4, dataId); in upgradeNameToVersion205()
3130 organizationUpdate.bindLong(1, phoneticNameStyle); in upgradeOrganizationsToVersion205()
3131 organizationUpdate.bindLong(2, dataId); in upgradeOrganizationsToVersion205()
3150 rawContactUpdate.bindLong(4, phoneticNameStyle); in updateRawContact205()
3153 rawContactUpdate.bindLong(7, rawContactId); in updateRawContact205()
3279 updateStatement.bindLong(2, contactId); in upgradeToVersion306()
3529 stmt.bindLong(1, rawContactId); in insertNormalizedNameLookup()
[all …]
DLegacyApiSupport.java1105 mDataMimetypeQuery.bindLong(1, dataId); in updateContactMethods()
1205 mDataRawContactIdQuery.bindLong(1, dataId); in updatePhotoByDataId()
/packages/apps/Dialer/src/com/android/dialer/database/
DDialerDatabaseHelper.java674 insert.bindLong(1, updatedContactCursor.getLong(PhoneQuery.PHONE_ID)); in insertUpdatedContactsAndNumberPrefix()
675 insert.bindLong(3, updatedContactCursor.getLong(PhoneQuery.PHONE_CONTACT_ID)); in insertUpdatedContactsAndNumberPrefix()
676 insert.bindLong(6, updatedContactCursor.getLong(PhoneQuery.PHONE_PHOTO_ID)); in insertUpdatedContactsAndNumberPrefix()
677 insert.bindLong(7, updatedContactCursor.getLong(PhoneQuery.PHONE_LAST_TIME_USED)); in insertUpdatedContactsAndNumberPrefix()
678 insert.bindLong(8, updatedContactCursor.getInt(PhoneQuery.PHONE_TIMES_USED)); in insertUpdatedContactsAndNumberPrefix()
679 insert.bindLong(9, updatedContactCursor.getInt(PhoneQuery.PHONE_STARRED)); in insertUpdatedContactsAndNumberPrefix()
680 insert.bindLong(10, updatedContactCursor.getInt(PhoneQuery.PHONE_IS_SUPER_PRIMARY)); in insertUpdatedContactsAndNumberPrefix()
681 insert.bindLong(11, updatedContactCursor.getInt(PhoneQuery.PHONE_IN_VISIBLE_GROUP)); in insertUpdatedContactsAndNumberPrefix()
682 insert.bindLong(12, updatedContactCursor.getInt(PhoneQuery.PHONE_IS_PRIMARY)); in insertUpdatedContactsAndNumberPrefix()
683 insert.bindLong(13, currentMillis); in insertUpdatedContactsAndNumberPrefix()
[all …]
/packages/apps/Email/provider_src/com/android/email/provider/
DDBHelper.java747 htmlSql.bindLong(1, messageId); in upgradeBodyFromVersion100ToVersion101()
762 textSql.bindLong(1, messageId); in upgradeBodyFromVersion100ToVersion101()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherProvider.java676 update.bindLong(1, id); in normalizeIcons()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherProvider.java1014 update.bindLong(1, id); in normalizeIcons()