Home
last modified time | relevance | path

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

/packages/services/Car/evs/apps/default/
DEvsStateControl.cpp238 static const int kShowTime = 20; // seconds in selectStateForCurrentConditions() local
243 if (std::chrono::duration_cast<std::chrono::seconds>(now - start).count() > kShowTime) { in selectStateForCurrentConditions()