Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java55 private static final String PREFERENCES_GEOFENCE_ENABLED = "geofence"; field in Utils
126 editor.putBoolean(PREFERENCES_GEOFENCE_ENABLED, enable); in storeGeofenceEnabled()
135 return prefs.getBoolean(PREFERENCES_GEOFENCE_ENABLED, true); in getGeofenceEnabled()