Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DUptimeTrackerTest.java68 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerFromCleanSlate() local
71 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerFromCleanSlate()
75 timeInterface.incrementTime(5000).tick(); in testUptimeTrackerFromCleanSlate()
78 timeInterface.tick(); in testUptimeTrackerFromCleanSlate()
81 timeInterface.incrementTime(1000).tick(); in testUptimeTrackerFromCleanSlate()
84 timeInterface.incrementTime(400).tick(); in testUptimeTrackerFromCleanSlate()
90 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerWithHistoricalState() local
94 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerWithHistoricalState()
98 timeInterface.incrementTime(5000).tick(); in testUptimeTrackerWithHistoricalState()
101 timeInterface.incrementTime(1000).tick(); in testUptimeTrackerWithHistoricalState()
[all …]
/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java56 TimeInterface timeInterface, in SystemInterface() argument
63 mTimeInterface = timeInterface; in SystemInterface()
310 public Builder withTimeInterface(TimeInterface timeInterface) { in withTimeInterface() argument
311 mTimeInterface = timeInterface; in withTimeInterface()
/packages/services/Car/service/src/com/android/car/
DUptimeTracker.java109 TimeInterface timeInterface) { in UptimeTracker() argument
113 mTimeInterface = timeInterface; in UptimeTracker()