Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DUptimeTrackerTest.java66 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerFromCleanSlate() local
88 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerWithHistoricalState() local
105 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerAcrossHistoricalState() local
129 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerShutdown() local
/aosp12/packages/services/Car/service/src/com/android/car/
H A DUptimeTracker.java109 TimeInterface timeInterface) { in UptimeTracker()
/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemInterface.java56 TimeInterface timeInterface, in SystemInterface()
265 public Builder withTimeInterface(TimeInterface timeInterface) { in withTimeInterface()