Searched refs:mRotator (Results 1 – 1 of 1) sorted by relevance
78 private final FileRotator mRotator; field in NetworkStatsRecorder100 mRotator = null; in NetworkStatsRecorder()121 mRotator = checkNotNull(rotator, "missing FileRotator"); in NetworkStatsRecorder()170 checkNotNull(mRotator, "missing FileRotator"); in getOrLoadCompleteLocked()180 checkNotNull(mRotator, "missing FileRotator"); in getOrLoadPartialLocked()192 mRotator.readMatching(res, start, end); in loadLocked()297 checkNotNull(mRotator, "missing FileRotator"); in maybePersistLocked()302 mRotator.maybeRotate(currentTimeMillis); in maybePersistLocked()310 checkNotNull(mRotator, "missing FileRotator"); in forcePersistLocked()314 mRotator.rewriteActive(mPendingRewriter, currentTimeMillis); in forcePersistLocked()[all …]