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