Searched refs:mTimeSpentSyncing (Results 1 – 1 of 1) sorted by relevance
3039 private long mTimeSpentSyncing; field in SyncManager.SyncTimeTracker3049 mTimeSpentSyncing += now - mWhenSyncStarted; in update()3056 if (!mLastWasSyncing) return mTimeSpentSyncing; in timeSpentSyncing()3059 return mTimeSpentSyncing + (now - mWhenSyncStarted); in timeSpentSyncing()