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/
DContactAggregator.java174 private SQLiteStatement mContactIdUpdate; field in ContactAggregator
368 mContactIdUpdate = db.compileStatement( in ContactAggregator()
1355 mContactIdUpdate.bindLong(1, contactId); in setContactId()
1356 mContactIdUpdate.bindLong(2, rawContactId); in setContactId()
1357 mContactIdUpdate.execute(); in setContactId()