Searched refs:geofence (Results 1 – 1 of 1) sorted by relevance
84 public void setGeofence(String id, SimpleGeofence geofence) { in setGeofence() argument89 prefs.putFloat(getGeofenceFieldKey(id, KEY_LATITUDE), (float) geofence.getLatitude()); in setGeofence()90 prefs.putFloat(getGeofenceFieldKey(id, KEY_LONGITUDE), (float) geofence.getLongitude()); in setGeofence()91 prefs.putFloat(getGeofenceFieldKey(id, KEY_RADIUS), geofence.getRadius()); in setGeofence()93 geofence.getExpirationDuration()); in setGeofence()95 geofence.getTransitionType()); in setGeofence()