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