Lines Matching refs:mCurrentStation
186 private int mCurrentStation = FmUtils.DEFAULT_STATION; field in FmService
286 powerUpAsync(FmUtils.computeFrequency(mCurrentStation)); in onReceive()
624 mCurrentStation = FmUtils.computeStation(frequency); in playFrequency()
625 FmStation.setCurrentStation(mContext, mCurrentStation); in playFrequency()
735 mCurrentStation = FmUtils.computeStation(frequency); in tuneStation()
736 FmStation.setCurrentStation(mContext, mCurrentStation); in tuneStation()
1004 mCurrentStation = iCurrentStation; in initService()
1022 return mCurrentStation; in getFrequency()
1031 mCurrentStation = station; in setFrequency()
1489 seekStationAsync(FmUtils.computeFrequency(mCurrentStation), false); in onStartCommand()
1491 seekStationAsync(FmUtils.computeFrequency(mCurrentStation), true); in onStartCommand()
1527 if (FmStation.isStationExist(mContext, mCurrentStation)) { in startRdsThread()
1530 FmStation.updateStationToDb(mContext, mCurrentStation, values); in startRdsThread()
1533 values.put(Station.FREQUENCY, mCurrentStation); in startRdsThread()
1550 if (FmStation.isStationExist(mContext, mCurrentStation)) { in startRdsThread()
1553 FmStation.updateStationToDb(mContext, mCurrentStation, values); in startRdsThread()
1556 values.put(Station.FREQUENCY, mCurrentStation); in startRdsThread()
1576 if (mCurrentStation != iFreq) { in startRdsThread()
1742 new String[] { String.valueOf(mCurrentStation) }, in showPlayingNotification()
1788 FmUtils.formatStation(mCurrentStation)); in showPlayingNotification()
1911 powerUpAsync(FmUtils.computeFrequency(mCurrentStation)); in checkState()
2092 bundle.putFloat(FM_FREQUENCY, FmUtils.computeFrequency(mCurrentStation)); in updateAudioFocus()
2239 int firstValidstation = mCurrentStation; in updateStations()
2410 tuneStation = FmUtils.computeFrequency(mCurrentStation); in handleMessage()
2433 seekStation = FmUtils.computeFrequency(mCurrentStation); in handleMessage()
2464 tuneStation(FmUtils.computeFrequency(mCurrentStation)); in handleMessage()
2573 bundle.putInt(FmListener.KEY_TUNE_TO_STATION, mCurrentStation); in handlePowerUp()
2686 seekStation = FmUtils.computeFrequency(mCurrentStation); in firstPlaying()