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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java2605 update.bindLong(2, dataId);
2830 structuredNameUpdate.bindLong(1, unadjustedFullNameStyle);
2832 structuredNameUpdate.bindLong(3, name.phoneticNameStyle);
2833 structuredNameUpdate.bindLong(4, dataId);
2899 organizationUpdate.bindLong(1, phoneticNameStyle);
2900 organizationUpdate.bindLong(2, dataId);
2919 rawContactUpdate.bindLong(4, phoneticNameStyle);
2922 rawContactUpdate.bindLong(7, rawContactId);
3076 updateStatement.bindLong(2, contactId);
3424 stmt.bindLong(
4074 private void bindLong(SQLiteStatement stmt, int index, Number value) { method in class:ContactsDatabaseHelper
[all...]

Completed in 64 milliseconds