Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/location/
DLocationRequestCompat.java96 final int mMaxUpdates; field in LocationRequestCompat
112 mMaxUpdates = maxUpdates; in LocationRequestCompat()
175 return mMaxUpdates; in getMaxUpdates()
251 && mDurationMillis == that.mDurationMillis && mMaxUpdates == that.mMaxUpdates in equals()
290 if (mMaxUpdates != Integer.MAX_VALUE) { in toString()
291 s.append(", maxUpdates=").append(mMaxUpdates); in toString()
317 private int mMaxUpdates; field in LocationRequestCompat.Builder
333 mMaxUpdates = Integer.MAX_VALUE; in Builder()
346 mMaxUpdates = locationRequest.mMaxUpdates; in Builder()
411 mMaxUpdates = Preconditions.checkArgumentInRange(maxUpdates, 1, Integer.MAX_VALUE, in setMaxUpdates()
[all …]