Searched refs:KEY_RADIUS (Results 1 – 2 of 2) sorted by relevance
26 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()
64 public static final String KEY_RADIUS = "com.example.wearable.geofencing.KEY_RADIUS"; field in Constants