Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/location/
DLocationRequestCompat.java104 int maxUpdates, in LocationRequestCompat() argument
112 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()