Searched defs:INITIAL_SYNC_RETRY_TIME_IN_MS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncManager.java121 private static final long INITIAL_SYNC_RETRY_TIME_IN_MS = 30 * 1000; // 30 seconds field in class:SyncManager
751 // The initial delay is the jitterized INITIAL_SYNC_RETRY_TIME_IN_MS
752 newDelayInMs = jitterize(INITIAL_SYNC_RETRY_TIME_IN_MS,
753 (long)(INITIAL_SYNC_RETRY_TIME_IN_MS * 1.1));

Completed in 528 milliseconds