Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmStation.java214 int currentStation = prefs.getInt(CURRENT_STATION, FmUtils.DEFAULT_STATION); in getCurrentStation() local
215 return currentStation; in getCurrentStation()
/packages/apps/FMRadio/src/com/android/fmradio/views/
DFmScroller.java1069 public void refreshPlayIndicator(int currentStation, boolean isFmPlaying) { in refreshPlayIndicator() argument
1070 mCurrentStation = currentStation; in refreshPlayIndicator()