Searched refs:recordIntent (Results 1 – 1 of 1) sorted by relevance
813 Intent recordIntent = new Intent(this, FmRecordActivity.class); in onOptionsItemSelected() local814 recordIntent.putExtra(FmStation.CURRENT_STATION, mCurrentStation); in onOptionsItemSelected()815 startActivityForResult(recordIntent, REQUEST_CODE_RECORDING); in onOptionsItemSelected()