Home
last modified time | relevance | path

Searched defs:incrementTime (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DLooperStub.h76 void incrementTime(std::chrono::nanoseconds duration) { mTimer += duration; } in incrementTime() function
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DUptimeTrackerTest.java34 MockTimeInterface incrementTime(long by) { in incrementTime() method in UptimeTrackerTest.MockTimeInterface