Home
last modified time | relevance | path

Searched defs:strLongitude (Results 1 – 1 of 1) sorted by relevance

/packages/apps/FMRadio/src/com/android/fmradio/
DFmUtils.java216 String strLongitude = prefs.getString(FM_LOCATION_LONGITUDE, "0.0"); in getLastSearchedLocation() local
229 String strLongitude = Double.valueOf(longitude).toString(); in setLastSearchedLocation() local