HomeSort by relevance Sort by last modified time
    Searched refs:ContactReplaceSqlStatement (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java 378 mContactUpdate = db.compileStatement(ContactReplaceSqlStatement.UPDATE_SQL);
379 mContactInsert = db.compileStatement(ContactReplaceSqlStatement.INSERT_SQL);
704 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId);
    [all...]
ContactAggregator.java 230 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId);
    [all...]

Completed in 476 milliseconds