Searched refs:returnIntent (Results 1 – 1 of 1) sorted by relevance
64 Intent returnIntent = new Intent(); in onResume() local65 returnIntent.putExtra(RESULT, conn); in onResume()66 setResult(RESULT_OK, returnIntent); in onResume()