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