Searched refs:mMaxUpdates (Results 1 – 1 of 1) sorted by relevance
96 final int mMaxUpdates; field in LocationRequestCompat112 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.Builder333 mMaxUpdates = Integer.MAX_VALUE; in Builder()346 mMaxUpdates = locationRequest.mMaxUpdates; in Builder()411 mMaxUpdates = Preconditions.checkArgumentInRange(maxUpdates, 1, Integer.MAX_VALUE, in setMaxUpdates()[all …]