Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DLocationRequest.java192 private int mMaxUpdates; field in LocationRequest
300 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.Builder
937 mMaxUpdates = Integer.MAX_VALUE; in Builder()
[all …]