Searched refs:mTimeSpentSyncing (Results 1 – 1 of 1) sorted by relevance
2824 private long mTimeSpentSyncing; field in SyncManager.SyncTimeTracker2834 mTimeSpentSyncing += now - mWhenSyncStarted; in update()2841 if (!mLastWasSyncing) return mTimeSpentSyncing; in timeSpentSyncing()2844 return mTimeSpentSyncing + (now - mWhenSyncStarted); in timeSpentSyncing()