Searched refs:mPresenceContactIdUpdate (Results 1 – 1 of 1) sorted by relevance
159 protected SQLiteStatement mPresenceContactIdUpdate; field in AbstractContactAggregator374 mPresenceContactIdUpdate = db.compileStatement( in AbstractContactAggregator()931 mPresenceContactIdUpdate.bindLong(1, contactId); in setPresenceContactId()932 mPresenceContactIdUpdate.bindLong(2, rawContactId); in setPresenceContactId()933 mPresenceContactIdUpdate.execute(); in setPresenceContactId()