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.cpp58 constexpr const char kPropertyNoBootAnimation[] = "debug.sf.nobootanimation"; variable
272 if (!SetProperty(kPropertyNoBootAnimation, value)) { in enableBootAnimation()
273 return Error() << "Failed to set " << kPropertyNoBootAnimation << " property to " << value; in enableBootAnimation()