Searched refs:fakeTime (Results 1 – 1 of 1) sorted by relevance
68 ON_CALL(*this, now()).WillByDefault(Invoke(this, &ControllableClock::fakeTime)); in ControllableClock()81 nsecs_t fakeTime() const { return mCurrentTime; } in fakeTime() function in android::scheduler::ControllableClock