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.java1551 final Pair<Long, Long> previousSettings = in increaseBackoffSetting() local
1554 if (previousSettings != null) { in increaseBackoffSetting()
1557 if (now < previousSettings.first) { in increaseBackoffSetting()
1560 … + "Remaining: " + ((previousSettings.first - now) / 1000) + " seconds."); in increaseBackoffSetting()
1566 (long) (previousSettings.second * mConstants.getRetryTimeIncreaseFactor()); in increaseBackoffSetting()