Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmUtils.java62 private static final String FM_LOCATION_LONGITUDE = "fm_location_longitude"; field in FmUtils
216 String strLongitude = prefs.getString(FM_LOCATION_LONGITUDE, "0.0"); in getLastSearchedLocation()
231 editor.putString(FM_LOCATION_LONGITUDE, strLongitude); in setLastSearchedLocation()