Searched refs:mSyncInProgressTimestamp (Results 1 – 1 of 1) sorted by relevance
89 private long mSyncInProgressTimestamp = -1; field in SyncManager208 + "sync yet; still running sync started at " + mSyncInProgressTimestamp); in shouldSync()217 mSyncInProgressTimestamp = startTimestamp; in shouldSync()249 return (mSyncInProgressTimestamp >= 0); in isSyncing()277 LogUtil.d(TAG, "SyncManager: Sync started at " + mSyncInProgressTimestamp in complete()280 mSyncInProgressTimestamp = -1L; in complete()