Searched refs:PREFERENCES_LAT (Results 1 – 1 of 1) sorted by relevance
53 private static final String PREFERENCES_LAT = "lat"; field in Utils96 editor.putLong(PREFERENCES_LAT, Double.doubleToRawLongBits(location.latitude)); in storeLocation()110 Long lat = prefs.getLong(PREFERENCES_LAT, Long.MAX_VALUE); in getLocation()