Home
last modified time | relevance | path

Searched refs:MAX_ATTRACTIONS (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DConstants.java43 public static final int MAX_ATTRACTIONS = 4; field in Constants
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java329 int count = attractions.size() > Constants.MAX_ATTRACTIONS ? in showNotification()
330 Constants.MAX_ATTRACTIONS : attractions.size(); in showNotification()
418 int count = attractions.size() > Constants.MAX_ATTRACTIONS ? in sendDataToWearable()
419 Constants.MAX_ATTRACTIONS : attractions.size(); in sendDataToWearable()