Searched refs:mCurrentStation (Results 1 - 4 of 4) sorted by relevance

/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmMainActivity.java140 private int mCurrentStation = FmUtils.DEFAULT_STATION; field in class:FmMainActivity
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...]
H A DFmService.java186 private int mCurrentStation = FmUtils.DEFAULT_STATION; field in class:FmService
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);
1004 mCurrentStation = iCurrentStation;
1022 return mCurrentStation;
1031 mCurrentStation = station;
1489 seekStationAsync(FmUtils.computeFrequency(mCurrentStation), fals
[all...]
H A DFmRecordActivity.java78 private int mCurrentStation = FmUtils.DEFAULT_STATION; field in class:FmRecordActivity
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/
H A DFmScroller.java108 private int mCurrentStation; field in class:FmScroller
845 if (mCurrentStation == stationFreq) {
1070 mCurrentStation = currentStation;

Completed in 80 milliseconds