Searched refs:mMaxUpdates (Results 1 – 1 of 1) sorted by relevance
192 private int mMaxUpdates; field in LocationRequest300 mMaxUpdates = maxUpdates; in LocationRequest()520 mMaxUpdates = numUpdates; in setNumUpdates()540 return mMaxUpdates; in getMaxUpdates()800 parcel.writeInt(mMaxUpdates); in writeToParcel()825 && mMaxUpdates == that.mMaxUpdates in equals()875 if (mMaxUpdates != Integer.MAX_VALUE) { in toString()876 s.append(", maxUpdates=").append(mMaxUpdates); in toString()917 private int mMaxUpdates; field in LocationRequest.Builder937 mMaxUpdates = Integer.MAX_VALUE; in Builder()[all …]