Searched refs:KEY_LATITUDE (Results 1 – 5 of 5) sorted by relevance
23 import static com.example.android.wearable.geofencing.Constants.KEY_LATITUDE;57 double lat = mPrefs.getFloat(getGeofenceFieldKey(id, KEY_LATITUDE), in getGeofence()89 prefs.putFloat(getGeofenceFieldKey(id, KEY_LATITUDE), (float) geofence.getLatitude()); in setGeofence()105 prefs.remove(getGeofenceFieldKey(id, KEY_LATITUDE)); in clearGeofence()
62 public static final String KEY_LATITUDE = "com.example.wearable.geofencing.KEY_LATITUDE"; field in Constants
26 public static final String KEY_LATITUDE = "lat"; field in Constants
83 double latitude = dataMap.getDouble(Constants.KEY_LATITUDE); in onDataChanged()
415 putDataMapRequest.getDataMap().putDouble(Constants.KEY_LATITUDE, entry.latitude); in addLocationEntry()