Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmUtils.java215 String strLatitude = prefs.getString(FM_LOCATION_LATITUDE, "0.0"); in getLastSearchedLocation() local
217 double latitude = Double.valueOf(strLatitude); in getLastSearchedLocation()
228 String strLatitude = Double.valueOf(latitude).toString(); in setLastSearchedLocation() local
230 editor.putString(FM_LOCATION_LATITUDE, strLatitude); in setLastSearchedLocation()