Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java84 public void setGeofence(String id, SimpleGeofence geofence) { in setGeofence() argument
89 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()