Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java157 protected SQLiteStatement mPresenceContactIdUpdate; field in AbstractContactAggregator
371 mPresenceContactIdUpdate = db.compileStatement( in AbstractContactAggregator()
928 mPresenceContactIdUpdate.bindLong(1, contactId); in setPresenceContactId()
929 mPresenceContactIdUpdate.bindLong(2, rawContactId); in setPresenceContactId()
930 mPresenceContactIdUpdate.execute(); in setPresenceContactId()