Searched refs:mDisplayNameUpdate (Results 1 – 1 of 1) sorted by relevance
162 protected SQLiteStatement mDisplayNameUpdate; field in AbstractContactAggregator331 mDisplayNameUpdate = db.compileStatement( in AbstractContactAggregator()1808 mDisplayNameUpdate.bindLong(1, mDisplayNameCandidate.rawContactId); in updateDisplayNameForContact()1809 mDisplayNameUpdate.bindLong(2, contactId); in updateDisplayNameForContact()1810 mDisplayNameUpdate.execute(); in updateDisplayNameForContact()