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