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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java161 protected SQLiteStatement mDisplayNameUpdate; field in class:AbstractContactAggregator
330 mDisplayNameUpdate = db.compileStatement(
1803 mDisplayNameUpdate.bindLong(1, mDisplayNameCandidate.rawContactId);
1804 mDisplayNameUpdate.bindLong(2, contactId);
1805 mDisplayNameUpdate.execute();

Completed in 177 milliseconds