Home
last modified time | relevance | path

Searched defs: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
88 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerWithHistoricalState() local
105 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerAcrossHistoricalState() local
129 MockTimeInterface timeInterface = new MockTimeInterface(); in testUptimeTrackerShutdown() local
/packages/services/Car/service/src/com/android/car/
DUptimeTracker.java110 TimeInterface timeInterface) { in UptimeTracker()
/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemInterface.java56 TimeInterface timeInterface, in SystemInterface()
260 public Builder withTimeInterface(TimeInterface timeInterface) { in withTimeInterface()