Searched refs:tuneStation (Results 1 – 2 of 2) sorted by relevance
185 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
725 private boolean tuneStation(float frequency) { in tuneStation() method in FmService2372 float tuneStation = bundle.getFloat(FM_FREQUENCY); in handleMessage() local2373 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()