Searched refs:maxUpdates (Results 1 – 1 of 1) sorted by relevance
104 int maxUpdates, in LocationRequestCompat() argument112 mMaxUpdates = maxUpdates; in LocationRequestCompat()410 @IntRange(from = 1, to = Integer.MAX_VALUE) int maxUpdates) { in setMaxUpdates()411 mMaxUpdates = Preconditions.checkArgumentInRange(maxUpdates, 1, Integer.MAX_VALUE, in setMaxUpdates()