Searched refs:TestClock (Results 1 – 4 of 4) sorted by relevance
97 private TestClock mTestClock;101 mTestClock = new TestClock(BERLIN_ZONE_ID); in setUp()587 static class TestClock extends Clock { class in EventsLiveDataTest591 TestClock(ZoneId zone) { in TestClock() method in EventsLiveDataTest.TestClock606 return new TestClock(zone) { in withZone()609 return TestClock.this.millis(); in withZone()
73 private final TestClock mClock = new TestClock();75 private static class TestClock extends ScreenUndimDetector.InternalClock { class in ScreenUndimDetectorTest
45 private val clock = TestClock(1324L)157 private class TestClock(var time: Long) : ConnectedClientsTracker.Clock() { regex
101 private final TestClock mTestClock = new TestClock();1582 private static class TestClock implements PackageWatchdog.SystemClock { class in PackageWatchdogTest