HomeSort by relevance Sort by last modified time
    Searched refs:KEY_RADIUS (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java 64 public static final String KEY_RADIUS = "com.example.wearable.geofencing.KEY_RADIUS";
SimpleGeofenceStore.java 26 import static com.example.android.wearable.geofencing.Constants.KEY_RADIUS;
61 float radius = mPrefs.getFloat(getGeofenceFieldKey(id, KEY_RADIUS),
91 prefs.putFloat(getGeofenceFieldKey(id, KEY_RADIUS), geofence.getRadius());
107 prefs.remove(getGeofenceFieldKey(id, KEY_RADIUS));
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java 64 public static final String KEY_RADIUS = "com.example.wearable.geofencing.KEY_RADIUS";
SimpleGeofenceStore.java 26 import static com.example.android.wearable.geofencing.Constants.KEY_RADIUS;
61 float radius = mPrefs.getFloat(getGeofenceFieldKey(id, KEY_RADIUS),
91 prefs.putFloat(getGeofenceFieldKey(id, KEY_RADIUS), geofence.getRadius());
107 prefs.remove(getGeofenceFieldKey(id, KEY_RADIUS));
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
Constants.java 64 public static final String KEY_RADIUS = "com.example.wearable.geofencing.KEY_RADIUS";
SimpleGeofenceStore.java 26 import static com.example.android.wearable.geofencing.Constants.KEY_RADIUS;
61 float radius = mPrefs.getFloat(getGeofenceFieldKey(id, KEY_RADIUS),
91 prefs.putFloat(getGeofenceFieldKey(id, KEY_RADIUS), geofence.getRadius());
107 prefs.remove(getGeofenceFieldKey(id, KEY_RADIUS));

Completed in 628 milliseconds