Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DUptimeTrackerTest.java69 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerFromCleanSlate()
76 timeInterface.tick(); in testUptimeTrackerFromCleanSlate()
82 timeInterface.incrementTime(400).tick(); in testUptimeTrackerFromCleanSlate()
92 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerWithHistoricalState()
109 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerAcrossHistoricalState()
118 timeInterface.cancelAllActions(); in testUptimeTrackerAcrossHistoricalState()
121 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerAcrossHistoricalState()
132 SNAPSHOT_INTERVAL, timeInterface); in testUptimeTrackerShutdown()
134 timeInterface.incrementTime(6000); in testUptimeTrackerShutdown()
136 timeInterface.cancelAllActions(); in testUptimeTrackerShutdown()
[all …]
/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemInterface.java56 TimeInterface timeInterface, in SystemInterface() argument
63 mTimeInterface = timeInterface; in SystemInterface()
265 public Builder withTimeInterface(TimeInterface timeInterface) { in withTimeInterface() argument
266 mTimeInterface = timeInterface; in withTimeInterface()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DUptimeTracker.java109 TimeInterface timeInterface) { in UptimeTracker() argument
112 mTimeInterface = timeInterface; in UptimeTracker()