Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofence.java63 public float getRadius() { in getRadius() method in SimpleGeofence
DSimpleGeofenceStore.java91 prefs.putFloat(getGeofenceFieldKey(id, KEY_RADIUS), geofence.getRadius()); in setGeofence()