Searched refs:FM_FREQUENCY (Results 1 – 1 of 1) sorted by relevance
84 private static final String FM_FREQUENCY = "frequency"; field in FmService585 bundle.putFloat(FM_FREQUENCY, frequency); in powerUpAsync()723 bundle.putFloat(FM_FREQUENCY, frequency); in tuneStationAsync()770 bundle.putFloat(FM_FREQUENCY, frequency); in seekStationAsync()2092 bundle.putFloat(FM_FREQUENCY, FmUtils.computeFrequency(mCurrentStation)); in updateAudioFocus()2406 float tuneStation = bundle.getFloat(FM_FREQUENCY); in handleMessage()2424 float seekStation = seekStation(bundle.getFloat(FM_FREQUENCY), in handleMessage()2552 float curFrequency = bundle.getFloat(FM_FREQUENCY); in handlePowerUp()