Searched refs:MAX_ATTRACTIONS (Results 1 – 2 of 2) sorted by relevance
43 public static final int MAX_ATTRACTIONS = 4; field in Constants
329 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()