Home
last modified time | relevance | path

Searched refs:mLookupKeyUpdate (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java170 private SQLiteStatement mLookupKeyUpdate; field in ContactAggregator
344 mLookupKeyUpdate = db.compileStatement( in ContactAggregator()
2590 mLookupKeyUpdate.bindNull(1); in updateLookupKeyForContact()
2592 mLookupKeyUpdate.bindString(1, Uri.encode(lookupKey)); in updateLookupKeyForContact()
2594 mLookupKeyUpdate.bindLong(2, contactId); in updateLookupKeyForContact()
2596 mLookupKeyUpdate.execute(); in updateLookupKeyForContact()