Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmUtils.java143 DecimalFormat decimalFormat = new DecimalFormat("0.0"); in formatStation() local
144 return decimalFormat.format(frequency); in formatStation()