db.update(SQLHelper.USERS_TABLE, values, SQLHelper.USER_ID + “=?”, new String[] { Integer.toString(id) });