Searched refs:MockTimeInterface (Results 1 – 3 of 3) sorted by relevance
28 static final class MockTimeInterface implements TimeInterface { class in UptimeTrackerTest32 MockTimeInterface incrementTime(long by) { in incrementTime()37 MockTimeInterface tick() { in tick()66 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerFromCleanSlate()88 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerWithHistoricalState()105 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerAcrossHistoricalState()129 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerShutdown()
309 private final MockTimeInterface mMockTimeInterface =310 new MockTimeInterface();870 static final class MockTimeInterface implements TimeInterface {894 MockTimeInterface setUptime(long time) {
151 .withTimeInterface(new MockTimeInterface()) in getSystemInterfaceBuilder()533 static final class MockTimeInterface implements TimeInterface { class in MockedCarTestBase