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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java2989 update.bindLong(2, dataId);
3184 structuredNameUpdate.bindLong(1, unadjustedFullNameStyle);
3186 structuredNameUpdate.bindLong(3, name.phoneticNameStyle);
3187 structuredNameUpdate.bindLong(4, dataId);
3237 organizationUpdate.bindLong(1, phoneticNameStyle);
3238 organizationUpdate.bindLong(2, dataId);
3257 rawContactUpdate.bindLong(4, phoneticNameStyle);
3260 rawContactUpdate.bindLong(7, rawContactId);
3386 updateStatement.bindLong(2, contactId);
3636 stmt.bindLong(
4475 private void bindLong(SQLiteStatement stmt, int index, Number value) { method in class:ContactsDatabaseHelper
[all...]

Completed in 268 milliseconds