Searched refs:mPresenceContactIdUpdate (Results 1 – 1 of 1) sorted by relevance
158 protected SQLiteStatement mPresenceContactIdUpdate; field in AbstractContactAggregator373 mPresenceContactIdUpdate = db.compileStatement( in AbstractContactAggregator()926 mPresenceContactIdUpdate.bindLong(1, contactId); in setPresenceContactId()927 mPresenceContactIdUpdate.bindLong(2, rawContactId); in setPresenceContactId()928 mPresenceContactIdUpdate.execute(); in setPresenceContactId()