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

/frameworks/base/core/java/android/content/
H A DSyncManager.java87 private static final long MAX_TIME_PER_SYNC; field in class:SyncManager
99 MAX_TIME_PER_SYNC =
1949 && activeSyncContext.mStartTime + MAX_TIME_PER_SYNC < now) {
2288 currentSyncContext.mTimeoutStartTime + MAX_TIME_PER_SYNC;

Completed in 58 milliseconds