HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentStation (Results 1 - 4 of 4) sorted by null

  /packages/apps/FMRadio/src/com/android/fmradio/
FmMainActivity.java 140 private int mCurrentStation = FmUtils.DEFAULT_STATION;
185 tuneStation(FmUtils.computeDecreaseStation(mCurrentStation));
189 tuneStation(FmUtils.computeIncreaseStation(mCurrentStation));
193 seekStation(mCurrentStation, false); // false: previous station
197 seekStation(mCurrentStation, true); // true: previous station
230 mCurrentStation = station;
281 mCurrentStation = FmUtils.computeStation(frequency);
284 refreshStationUI(mCurrentStation);
311 String stationName = FmStation.getStationName(mContext, mCurrentStation);
364 mService.initService(mCurrentStation);
    [all...]
FmService.java 186 private int mCurrentStation = FmUtils.DEFAULT_STATION;
286 powerUpAsync(FmUtils.computeFrequency(mCurrentStation));
624 mCurrentStation = FmUtils.computeStation(frequency);
625 FmStation.setCurrentStation(mContext, mCurrentStation);
735 mCurrentStation = FmUtils.computeStation(frequency);
736 FmStation.setCurrentStation(mContext, mCurrentStation);
    [all...]
FmRecordActivity.java 78 private int mCurrentStation = FmUtils.DEFAULT_STATION;
110 mCurrentStation = savedInstanceState.getInt(FmStation.CURRENT_STATION);
114 mCurrentStation = intent.getIntExtra(FmStation.CURRENT_STATION,
126 mFrequency.setText("FM " + FmUtils.formatStation(mCurrentStation));
133 new String[] { String.valueOf(mCurrentStation) },
155 Log.d(TAG, "updateUi, frequency = " + mCurrentStation + ", stationName = "
174 FmUtils.formatStation(mCurrentStation));
272 outState.putInt(FmStation.CURRENT_STATION, mCurrentStation);
  /packages/apps/FMRadio/src/com/android/fmradio/views/
FmScroller.java 108 private int mCurrentStation;
845 if (mCurrentStation == stationFreq) {
    [all...]

Completed in 147 milliseconds