Searched refs:bindString (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java296 bindString(insert, GroupsInsert.TITLE, c.getString(GroupsQuery.NAME));
297 bindString(insert, GroupsInsert.NOTES, c.getString(GroupsQuery.NOTES));
298 bindString(insert, GroupsInsert.SYSTEM_ID, c.getString(GroupsQuery.SYSTEM_ID));
304 bindString(insert, GroupsInsert.ACCOUNT_NAME, account);
305 bindString(insert, GroupsInsert.ACCOUNT_TYPE, DEFAULT_ACCOUNT_TYPE);
306 bindString(insert, GroupsInsert.SOURCE_ID, c.getString(GroupsQuery._SYNC_ID));
539 bindString(insert, RawContactsInsert.CUSTOM_RINGTONE,
541 bindString(insert, RawContactsInsert.DIRTY,
551 bindString(insert, RawContactsInsert.SYNC1,
553 bindString(inser
1287 private void bindString(SQLiteStatement insert, int index, String string) { method in class:LegacyContactImporter
[all...]
H A DContactsDatabaseHelper.java2363 update.bindString(1, PhoneNumberUtils.toCallerIDMinMatch(number));
2691 bindString(rawContactUpdate, 1, displayName);
2692 bindString(rawContactUpdate, 2, displayNameAlternative);
2693 bindString(rawContactUpdate, 3, phoneticName);
2695 bindString(rawContactUpdate, 5, sortKeyPrimary);
2696 bindString(rawContactUpdate, 6, sortKeyAlternative);
2849 updateStatement.bindString(1, Uri.encode(lookupKeyBuilder.toString()));
3146 stmt.bindString(4, normalizedName);
3572 private void bindString(SQLiteStatement stmt, int index, String value) { method in class:ContactsDatabaseHelper
3576 stmt.bindString(inde
[all...]
H A DContactAggregator.java1793 statement.bindString(ContactReplaceSqlStatement.LOOKUP_KEY,
2115 mLookupKeyUpdate.bindString(1, Uri.encode(lookupKey));

Completed in 32 milliseconds