Searched refs:mTimeSpentSyncing (Results 1 – 1 of 1) sorted by relevance
2818 private long mTimeSpentSyncing; field in SyncManager.SyncTimeTracker2828 mTimeSpentSyncing += now - mWhenSyncStarted; in update()2835 if (!mLastWasSyncing) return mTimeSpentSyncing; in timeSpentSyncing()2838 return mTimeSpentSyncing + (now - mWhenSyncStarted); in timeSpentSyncing()