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.java159 protected SQLiteStatement mPresenceContactIdUpdate; field in AbstractContactAggregator
375 mPresenceContactIdUpdate = db.compileStatement( in AbstractContactAggregator()
932 mPresenceContactIdUpdate.bindLong(1, contactId); in setPresenceContactId()
933 mPresenceContactIdUpdate.bindLong(2, rawContactId); in setPresenceContactId()
934 mPresenceContactIdUpdate.execute(); in setPresenceContactId()