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