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

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFileRotatorTest.java131 rotate.maybeRotate(currentTime);
153 rotate.maybeRotate(currentTime);
163 rotate.maybeRotate(currentTime);
168 rotate.maybeRotate(currentTime);
241 rotate.maybeRotate(currentTime);
245 rotate.maybeRotate(currentTime);
249 rotate.maybeRotate(currentTime);
253 rotate.maybeRotate(currentTime);
319 rotate.maybeRotate(currentTime);
346 rotate.maybeRotate(currentTim
[all...]
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsRecorder.java212 mRotator.maybeRotate(currentTimeMillis);
224 mRotator.maybeRotate(currentTimeMillis);
345 mRotator.maybeRotate(endMillis);
363 mRotator.maybeRotate(endMillis);
/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java47 * Users must periodically call {@link #maybeRotate(long)} to perform actual
334 public void maybeRotate(long currentTimeMillis) { method in class:FileRotator

Completed in 98 milliseconds