Home
last modified time | relevance | path

Searched refs:TestClock (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/
DEventsLiveDataTest.java97 private TestClock mTestClock;
101 mTestClock = new TestClock(BERLIN_ZONE_ID); in setUp()
587 static class TestClock extends Clock { class in EventsLiveDataTest
591 TestClock(ZoneId zone) { in TestClock() method in EventsLiveDataTest.TestClock
606 return new TestClock(zone) { in withZone()
609 return TestClock.this.millis(); in withZone()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DConnectedClientsTrackerTest.kt45 private val clock = TestClock(1324L)
157 private class TestClock(var time: Long) : ConnectedClientsTracker.Clock() { class