Home
last modified time | relevance | path

Searched refs:maybeRotate (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DFileRotatorTest.java130 rotate.maybeRotate(currentTime); in testRotate()
152 rotate.maybeRotate(currentTime); in testDelete()
162 rotate.maybeRotate(currentTime); in testDelete()
167 rotate.maybeRotate(currentTime); in testDelete()
240 rotate.maybeRotate(currentTime); in testQueryMatch()
244 rotate.maybeRotate(currentTime); in testQueryMatch()
248 rotate.maybeRotate(currentTime); in testQueryMatch()
252 rotate.maybeRotate(currentTime); in testQueryMatch()
318 rotate.maybeRotate(currentTime); in testClockRollingBackwards()
345 rotate.maybeRotate(currentTime); in testFuzz()
[all …]
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsRecorder.java286 mRotator.maybeRotate(currentTimeMillis); in maybePersistLocked()
299 mRotator.maybeRotate(currentTimeMillis); in forcePersistLocked()
434 mRotator.maybeRotate(endMillis); in importLegacyNetworkLocked()
454 mRotator.maybeRotate(endMillis); in importLegacyUidLocked()
/frameworks/base/services/core/java/com/android/server/powerstats/
DPowerStatsDataStorage.java233 mFileRotator.maybeRotate(currentTimeMillis); in write()
/frameworks/base/core/java/com/android/internal/util/
DFileRotator.java335 public void maybeRotate(long currentTimeMillis) { in maybeRotate() method in FileRotator