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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java3078 update.bindLong(2, dataId);
3273 structuredNameUpdate.bindLong(1, unadjustedFullNameStyle);
3275 structuredNameUpdate.bindLong(3, name.phoneticNameStyle);
3276 structuredNameUpdate.bindLong(4, dataId);
3326 organizationUpdate.bindLong(1, phoneticNameStyle);
3327 organizationUpdate.bindLong(2, dataId);
3346 rawContactUpdate.bindLong(4, phoneticNameStyle);
3349 rawContactUpdate.bindLong(7, rawContactId);
3475 updateStatement.bindLong(2, contactId);
3725 stmt.bindLong(
4735 private void bindLong(SQLiteStatement stmt, int index, Number value) { method in class:ContactsDatabaseHelper
[all...]

Completed in 159 milliseconds