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/
DAbstractContactAggregator.java163 protected SQLiteStatement mLookupKeyUpdate; field in AbstractContactAggregator
337 mLookupKeyUpdate = db.compileStatement( in AbstractContactAggregator()
1886 mLookupKeyUpdate.bindNull(1); in updateLookupKeyForContact()
1888 mLookupKeyUpdate.bindString(1, Uri.encode(lookupKey)); in updateLookupKeyForContact()
1890 mLookupKeyUpdate.bindLong(2, contactId); in updateLookupKeyForContact()
1892 mLookupKeyUpdate.execute(); in updateLookupKeyForContact()