Home
last modified time | relevance | path

Searched refs:recordIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/FMRadio/src/com/android/fmradio/
DFmMainActivity.java813 Intent recordIntent = new Intent(this, FmRecordActivity.class); in onOptionsItemSelected() local
814 recordIntent.putExtra(FmStation.CURRENT_STATION, mCurrentStation); in onOptionsItemSelected()
815 startActivityForResult(recordIntent, REQUEST_CODE_RECORDING); in onOptionsItemSelected()