Searched refs:mContactIdUpdate (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java168 protected SQLiteStatement mContactIdUpdate; field in class:AbstractContactAggregator
369 mContactIdUpdate = db.compileStatement(
900 mContactIdUpdate.bindLong(1, contactId);
901 mContactIdUpdate.bindLong(2, rawContactId);
902 mContactIdUpdate.execute();

Completed in 346 milliseconds