Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DSilentModeHandler.cpp54 constexpr const char kPropertyNoBootAnimation[] = "debug.sf.nobootanimation"; variable
228 if (!SetProperty(kPropertyNoBootAnimation, value)) { in enableBootAnimation()
229 return Error() << "Failed to set " << kPropertyNoBootAnimation << " property to " << value; in enableBootAnimation()