Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A 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()
349 rotate.maybeRotate(currentTime); in testFuzz()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/powerstats/
H A DPowerStatsDataStorage.java230 mFileRotator.maybeRotate(currentTimeMillis); in write()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java351 public void maybeRotate(long currentTimeMillis) { in maybeRotate() method in FileRotator