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.java112 private static final long INITIAL_SYNC_RETRY_TIME_IN_MS = 30 * 1000; // 30 seconds field in class:SyncManager
747 // The initial delay is the jitterized INITIAL_SYNC_RETRY_TIME_IN_MS
748 newDelayInMs = jitterize(INITIAL_SYNC_RETRY_TIME_IN_MS,
749 (long)(INITIAL_SYNC_RETRY_TIME_IN_MS * 1.1));

Completed in 123 milliseconds