Searched refs:maxSyncRetryTimeInSeconds (Results 1 – 1 of 1) sorted by relevance
1386 final long maxSyncRetryTimeInSeconds = mConstants.getMaxSyncRetryTimeInSeconds(); in increaseBackoffSetting() local1388 if (newDelayInMs > maxSyncRetryTimeInSeconds * 1000) { in increaseBackoffSetting()1389 newDelayInMs = maxSyncRetryTimeInSeconds * 1000; in increaseBackoffSetting()