Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1504 final Pair<Long, Long> previousSettings = in increaseBackoffSetting() local
1507 if (previousSettings != null) { in increaseBackoffSetting()
1510 if (now < previousSettings.first) { in increaseBackoffSetting()
1513 … + "Remaining: " + ((previousSettings.first - now) / 1000) + " seconds."); in increaseBackoffSetting()
1519 (long) (previousSettings.second * mConstants.getRetryTimeIncreaseFactor()); in increaseBackoffSetting()