Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java168 protected SQLiteStatement mContactIdUpdate; field in AbstractContactAggregator
370 mContactIdUpdate = db.compileStatement( in AbstractContactAggregator()
901 mContactIdUpdate.bindLong(1, contactId); in setContactId()
902 mContactIdUpdate.bindLong(2, rawContactId); in setContactId()
903 mContactIdUpdate.execute(); in setContactId()