how to set the value of edittext in android code example
Example: jquery change the label of a value in select
$("#FIELDID").find("option:contains(\"OptionLabel\")").text('NewLabel');
$("#FIELDID").find("option:contains(\"OptionLabel\")").text('NewLabel');