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

/frameworks/base/core/java/android/content/
H A DSyncManager.java78 private static final long MAX_TIME_PER_SYNC; field in class:SyncManager
101 MAX_TIME_PER_SYNC = maxTimePerSync;
1567 if (now > activeSyncContext.mTimeoutStartTime + MAX_TIME_PER_SYNC) {
1579 activeSyncContext.mTimeoutStartTime = now + MAX_TIME_PER_SYNC;
1972 mActiveSyncContext.mTimeoutStartTime + MAX_TIME_PER_SYNC;

Completed in 32 milliseconds