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.java66 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerFromCleanSlate() local
69 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerFromCleanSlate()
73 timeInterface.incrementTime(5000).tick(); in testUptimeTrackerFromCleanSlate()
76 timeInterface.tick(); in testUptimeTrackerFromCleanSlate()
79 timeInterface.incrementTime(1000).tick(); in testUptimeTrackerFromCleanSlate()
82 timeInterface.incrementTime(400).tick(); in testUptimeTrackerFromCleanSlate()
88 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerWithHistoricalState() local
92 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerWithHistoricalState()
96 timeInterface.incrementTime(5000).tick(); in testUptimeTrackerWithHistoricalState()
99 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()
260 public Builder withTimeInterface(TimeInterface timeInterface) { in withTimeInterface() argument
261 mTimeInterface = timeInterface; in withTimeInterface()
/packages/services/Car/service/src/com/android/car/
DUptimeTracker.java110 TimeInterface timeInterface) { in UptimeTracker() argument
113 mTimeInterface = timeInterface; in UptimeTracker()