Searched refs:TestClock (Results 1 – 2 of 2) 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()
45 private val clock = TestClock(1324L)157 private class TestClock(var time: Long) : ConnectedClientsTracker.Clock() { class