Searched refs:mPresenceContactIdUpdate (Results 1 – 1 of 1) sorted by relevance
157 protected SQLiteStatement mPresenceContactIdUpdate; field in AbstractContactAggregator371 mPresenceContactIdUpdate = db.compileStatement( in AbstractContactAggregator()928 mPresenceContactIdUpdate.bindLong(1, contactId); in setPresenceContactId()929 mPresenceContactIdUpdate.bindLong(2, rawContactId); in setPresenceContactId()930 mPresenceContactIdUpdate.execute(); in setPresenceContactId()