Searched defs:seekStation (Results 1 - 2 of 2) sorted by relevance

/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmMainActivity.java193 seekStation(mCurrentStation, false); // false: previous station
197 seekStation(mCurrentStation, true); // true: previous station
981 private void seekStation(final int station, boolean direction) { method in class:FmMainActivity
H A DFmService.java773 private float seekStation(float frequency, boolean isUp) { method in class:FmService
2408 float seekStation = seekStation(bundle.getFloat(FM_FREQUENCY),
2411 int station = FmUtils.computeStation(seekStation);
2413 isStationTunningSuccessed = tuneStation(seekStation);
2417 seekStation = FmUtils.computeFrequency(mCurrentStation);
2423 bundle.putFloat(FmListener.KEY_TUNE_TO_STATION, seekStation);
2660 float seekStation = FmNative.seek(frequency, false);
2661 int station = FmUtils.computeStation(seekStation);
2663 isSeekTune = FmNative.tune(seekStation);
[all...]

Completed in 55 milliseconds