Home
last modified time | relevance | path

Searched refs:EXTRA_ATTRACTIONS (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DConstants.java50 public static final String EXTRA_ATTRACTIONS = "extra_attractions"; field in Constants
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
DListenerService.java63 dataMapItem.getDataMap().getDataMapArrayList(Constants.EXTRA_ATTRACTIONS); in onDataChanged()
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsActivity.java211 dataMapItem.getDataMap().getDataMapArrayList(Constants.EXTRA_ATTRACTIONS); in doInBackground()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java476 dataMap.getDataMap().putDataMapArrayList(Constants.EXTRA_ATTRACTIONS, attractionsData); in sendDataToWearable()