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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java368 mContactUpdate = db.compileStatement(ContactReplaceSqlStatement.UPDATE_SQL);
369 mContactInsert = db.compileStatement(ContactReplaceSqlStatement.INSERT_SQL);
694 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId);
1303 protected interface ContactReplaceSqlStatement { interface in class:AbstractContactAggregator
1497 statement.bindLong(ContactReplaceSqlStatement.NAME_RAW_CONTACT_ID,
1501 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId);
1503 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID);
1507 statement.bindLong(ContactReplaceSqlStatement.PHOTO_FILE_ID, bestPhotoFileId);
1509 statement.bindNull(ContactReplaceSqlStatement.PHOTO_FILE_ID);
1512 statement.bindLong(ContactReplaceSqlStatement
[all...]

Completed in 13 milliseconds