Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DConstants.java54 public static final String EXTRA_LOCATION_LAT = "extra_location_lat"; field in Constants
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsActivity.java226 attractionData.getDouble(Constants.EXTRA_LOCATION_LAT), in doInBackground()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java458 Constants.EXTRA_LOCATION_LAT, attraction.location.latitude); in sendDataToWearable()