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.java166 protected SQLiteStatement mContactIdUpdate; field in AbstractContactAggregator
366 mContactIdUpdate = db.compileStatement( in AbstractContactAggregator()
897 mContactIdUpdate.bindLong(1, contactId); in setContactId()
898 mContactIdUpdate.bindLong(2, rawContactId); in setContactId()
899 mContactIdUpdate.execute(); in setContactId()