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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java163 protected SQLiteStatement mLookupKeyUpdate; field in class:AbstractContactAggregator
336 mLookupKeyUpdate = db.compileStatement(
1879 mLookupKeyUpdate.bindNull(1);
1881 mLookupKeyUpdate.bindString(1, Uri.encode(lookupKey));
1883 mLookupKeyUpdate.bindLong(2, contactId);
1885 mLookupKeyUpdate.execute();

Completed in 59 milliseconds