Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmUtils.java61 private static final String FM_LOCATION_LATITUDE = "fm_location_latitude"; field in FmUtils
215 String strLatitude = prefs.getString(FM_LOCATION_LATITUDE, "0.0"); in getLastSearchedLocation()
230 editor.putString(FM_LOCATION_LATITUDE, strLatitude); in setLastSearchedLocation()