Searched defs:MULTIPLIER (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java2381 private static final int MULTIPLIER = 2; field in class:GnssLocationProvider.BackOff
2390 mCurrentIntervalMillis = mInitIntervalMillis / MULTIPLIER;
2398 mCurrentIntervalMillis *= MULTIPLIER;
2403 mCurrentIntervalMillis = mInitIntervalMillis / MULTIPLIER;

Completed in 35 milliseconds