Searched refs:KEY_LONGITUDE (Results 1 – 5 of 5) sorted by relevance
24 import static com.example.android.wearable.geofencing.Constants.KEY_LONGITUDE;59 double lng = mPrefs.getFloat(getGeofenceFieldKey(id, KEY_LONGITUDE), in getGeofence()90 prefs.putFloat(getGeofenceFieldKey(id, KEY_LONGITUDE), (float) geofence.getLongitude()); in setGeofence()106 prefs.remove(getGeofenceFieldKey(id, KEY_LONGITUDE)); in clearGeofence()
63 public static final String KEY_LONGITUDE = "com.example.wearable.geofencing.KEY_LONGITUDE"; field in Constants
25 public static final String KEY_LONGITUDE = "lng"; field in Constants
82 double longitude = dataMap.getDouble(Constants.KEY_LONGITUDE); in onDataChanged()
301 putDataMapRequest.getDataMap().putDouble(Constants.KEY_LONGITUDE, entry.longitude); in addLocationEntry()