Searched refs:mLookupKeyUpdate (Results 1 – 1 of 1) sorted by relevance
163 protected SQLiteStatement mLookupKeyUpdate; field in AbstractContactAggregator336 mLookupKeyUpdate = db.compileStatement( in AbstractContactAggregator()1879 mLookupKeyUpdate.bindNull(1); in updateLookupKeyForContact()1881 mLookupKeyUpdate.bindString(1, Uri.encode(lookupKey)); in updateLookupKeyForContact()1883 mLookupKeyUpdate.bindLong(2, contactId); in updateLookupKeyForContact()1885 mLookupKeyUpdate.execute(); in updateLookupKeyForContact()