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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java2933 stmt.bindLong(1, rawContactId);
2934 stmt.bindLong(2, dataId);
2935 stmt.bindLong(3, lookupType);
3318 update.bindLong(2, dataId);
3568 private void bindLong(SQLiteStatement stmt, int index, Number value) { method in class:ContactsDatabaseHelper
3572 stmt.bindLong(index, value.longValue());
3954 dataMimetypeQuery.bindLong(1, dataId);
4134 contactInDefaultDirectoryQuery.bindLong(1, contactId);
4182 contactIdQuery.bindLong(1, rawContactId);
4195 aggregationModeQuery.bindLong(
[all...]

Completed in 44 milliseconds