Home
last modified time | relevance | path

Searched refs:EXTRA_LOCATION_LNG (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DConstants.java55 public static final String EXTRA_LOCATION_LNG = "extra_location_lng"; field in Constants
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsActivity.java227 attractionData.getDouble(Constants.EXTRA_LOCATION_LNG)); in doInBackground()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java460 Constants.EXTRA_LOCATION_LNG, attraction.location.longitude); in sendDataToWearable()