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