Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DExponentialBackOff.java9 private final long mMaxIntervalMillis; field in ExponentialBackOff
14 mMaxIntervalMillis = maxIntervalMillis; in ExponentialBackOff()
20 if (mCurrentIntervalMillis > mMaxIntervalMillis) { in nextBackoffMillis()
21 return mMaxIntervalMillis; in nextBackoffMillis()