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

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFileRotatorTest.java61 private static final long TEST_TIME = 1300000000000L; field in class:FileRotatorTest
80 long currentTime = TEST_TIME;
96 long currentTime = TEST_TIME;
117 long currentTime = TEST_TIME;
149 long currentTime = TEST_TIME;
164 currentTime = TEST_TIME + DAY_IN_MILLIS + (2 * MINUTE_IN_MILLIS);
179 long currentTime = TEST_TIME;
240 long currentTime = TEST_TIME;
263 assertReadMatching(rotate, TEST_TIME + SECOND_IN_MILLIS, currentTime, FULL_SET);
266 assertReadMatching(rotate, TEST_TIME
[all...]

Completed in 62 milliseconds