Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java1367 final Pair<Long, Long> previousSettings = in increaseBackoffSetting() local
1370 if (previousSettings != null) { in increaseBackoffSetting()
1373 if (now < previousSettings.first) { in increaseBackoffSetting()
1376 … + "Remaining: " + ((previousSettings.first - now) / 1000) + " seconds."); in increaseBackoffSetting()
1382 (long) (previousSettings.second * mConstants.getRetryTimeIncreaseFactor()); in increaseBackoffSetting()