Searched refs:bindLong (Results 1 - 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java295 insert.bindLong(GroupsInsert.ID, id);
299 insert.bindLong(GroupsInsert.DIRTY, c.getLong(GroupsQuery._SYNC_DIRTY));
300 insert.bindLong(GroupsInsert.GROUP_VISIBLE, 1);
537 insert.bindLong(RawContactsInsert.ID, id);
538 insert.bindLong(RawContactsInsert.CONTACT_ID, id);
543 insert.bindLong(RawContactsInsert.LAST_TIME_CONTACTED,
545 insert.bindLong(RawContactsInsert.SEND_TO_VOICEMAIL,
547 insert.bindLong(RawContactsInsert.STARRED,
549 insert.bindLong(RawContactsInsert.TIMES_CONTACTED,
574 insert.bindLong(ContactsInser
[all...]
H A DContactAggregator.java505 mMarkForAggregation.bindLong(1, rawContactId);
619 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId);
627 mAggregatedPresenceReplace.bindLong(1, contactId);
628 mAggregatedPresenceReplace.bindLong(2, contactId);
691 mRawContactCountQuery.bindLong(1, currentContactId);
692 mRawContactCountQuery.bindLong(2, rawContactId);
718 mContactDelete.bindLong(1, currentContactId);
721 mAggregatedPresenceDelete.bindLong(1, currentContactId);
727 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId);
917 mContactIdUpdate.bindLong(
[all...]
H A DContactsDatabaseHelper.java2364 update.bindLong(2, dataId);
2591 structuredNameUpdate.bindLong(1, unadjustedFullNameStyle);
2593 structuredNameUpdate.bindLong(3, name.phoneticNameStyle);
2594 structuredNameUpdate.bindLong(4, dataId);
2661 organizationUpdate.bindLong(1, phoneticNameStyle);
2662 organizationUpdate.bindLong(2, dataId);
2694 rawContactUpdate.bindLong(4, phoneticNameStyle);
2697 rawContactUpdate.bindLong(7, rawContactId);
2851 updateStatement.bindLong(2, contactId);
3143 stmt.bindLong(
3580 private void bindLong(SQLiteStatement stmt, int index, Number value) { method in class:ContactsDatabaseHelper
[all...]
H A DLegacyApiSupport.java1101 mDataMimetypeQuery.bindLong(1, dataId);
1204 mDataRawContactIdQuery.bindLong(1, dataId);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherProvider.java552 update.bindLong(1, id);

Completed in 127 milliseconds