Home
last modified time | relevance | path

Searched refs:MockTimeInterface (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DUptimeTrackerTest.java28 static final class MockTimeInterface implements TimeInterface { class in UptimeTrackerTest
32 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()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarStorageMonitoringTest.java309 private final MockTimeInterface mMockTimeInterface =
310 new MockTimeInterface();
870 static final class MockTimeInterface implements TimeInterface {
894 MockTimeInterface setUptime(long time) {
H A DMockedCarTestBase.java151 .withTimeInterface(new MockTimeInterface()) in getSystemInterfaceBuilder()
533 static final class MockTimeInterface implements TimeInterface { class in MockedCarTestBase