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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java2944 stmt.bindLong(1, rawContactId);
2945 stmt.bindLong(2, dataId);
2946 stmt.bindLong(3, lookupType);
3329 update.bindLong(2, dataId);
3588 private void bindLong(SQLiteStatement stmt, int index, Number value) { method in class:ContactsDatabaseHelper
3592 stmt.bindLong(index, value.longValue());
3974 dataMimetypeQuery.bindLong(1, dataId);
4154 contactInDefaultDirectoryQuery.bindLong(1, contactId);
4202 contactIdQuery.bindLong(1, rawContactId);
4215 aggregationModeQuery.bindLong(
[all...]

Completed in 146 milliseconds