Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java53 private static final String PREFERENCES_LAT = "lat"; field in Utils
96 editor.putLong(PREFERENCES_LAT, Double.doubleToRawLongBits(location.latitude)); in storeLocation()
110 Long lat = prefs.getLong(PREFERENCES_LAT, Long.MAX_VALUE); in getLocation()