Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmMainActivity.java185 tuneStation(FmUtils.computeDecreaseStation(mCurrentStation));
189 tuneStation(FmUtils.computeIncreaseStation(mCurrentStation));
371 tuneStation(mCurrentStation);
532 tuneStation(frequency); in onCreate()
916 tuneStation(iStation); in onActivityResult()
967 private void tuneStation(final int station) { in tuneStation() method in FmMainActivity
DFmService.java725 private boolean tuneStation(float frequency) { in tuneStation() method in FmService
2372 float tuneStation = bundle.getFloat(FM_FREQUENCY); in handleMessage() local
2373 boolean isTune = tuneStation(tuneStation); in handleMessage()
2376 tuneStation = FmUtils.computeFrequency(mCurrentStation); in handleMessage()
2382 bundle.putFloat(FmListener.KEY_TUNE_TO_STATION, tuneStation); in handleMessage()
2395 isStationTunningSuccessed = tuneStation(seekStation); in handleMessage()
2430 tuneStation(FmUtils.computeFrequency(mCurrentStation)); in handleMessage()