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