Searched refs:mTimeSpentSyncing (Results 1 – 1 of 1) sorted by relevance
2848 private long mTimeSpentSyncing; field in SyncManager.SyncTimeTracker2858 mTimeSpentSyncing += now - mWhenSyncStarted; in update()2865 if (!mLastWasSyncing) return mTimeSpentSyncing; in timeSpentSyncing()2868 return mTimeSpentSyncing + (now - mWhenSyncStarted); in timeSpentSyncing()