Home | History | Annotate | Download | only in faq

Lines Matching full:resultcode

224 protected void onActivityResult(int requestCode, int resultCode, Intent data){
228 // This is the standard resultCode that is sent back if the
230 if (resultCode == RESULT_CANCELED){