Searched refs:PREFERENCES_GEOFENCE_ENABLED (Results 1 – 1 of 1) sorted by relevance
55 private static final String PREFERENCES_GEOFENCE_ENABLED = "geofence"; field in Utils126 editor.putBoolean(PREFERENCES_GEOFENCE_ENABLED, enable); in storeGeofenceEnabled()135 return prefs.getBoolean(PREFERENCES_GEOFENCE_ENABLED, true); in getGeofenceEnabled()