Searched refs:strLatitude (Results 1 – 1 of 1) sorted by relevance
215 String strLatitude = prefs.getString(FM_LOCATION_LATITUDE, "0.0"); in getLastSearchedLocation() local217 double latitude = Double.valueOf(strLatitude); in getLastSearchedLocation()228 String strLatitude = Double.valueOf(latitude).toString(); in setLastSearchedLocation() local230 editor.putString(FM_LOCATION_LATITUDE, strLatitude); in setLastSearchedLocation()