Searched refs:CURRENT_STATION (Results 1 – 3 of 3) sorted by relevance
39 public static final String CURRENT_STATION = "curent_station"; field in FmStation214 int currentStation = prefs.getInt(CURRENT_STATION, FmUtils.DEFAULT_STATION); in getCurrentStation()227 editor.putInt(CURRENT_STATION, frequency); in setCurrentStation()
110 mCurrentStation = savedInstanceState.getInt(FmStation.CURRENT_STATION); in onCreate()114 mCurrentStation = intent.getIntExtra(FmStation.CURRENT_STATION, in onCreate()272 outState.putInt(FmStation.CURRENT_STATION, mCurrentStation); in onSaveInstanceState()
814 recordIntent.putExtra(FmStation.CURRENT_STATION, mCurrentStation); in onOptionsItemSelected()