Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java26 import static com.example.android.wearable.geofencing.Constants.KEY_RADIUS;
61 float radius = mPrefs.getFloat(getGeofenceFieldKey(id, KEY_RADIUS), in getGeofence()
91 prefs.putFloat(getGeofenceFieldKey(id, KEY_RADIUS), geofence.getRadius()); in setGeofence()
107 prefs.remove(getGeofenceFieldKey(id, KEY_RADIUS)); in clearGeofence()
DConstants.java64 public static final String KEY_RADIUS = "com.example.wearable.geofencing.KEY_RADIUS"; field in Constants