Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
Dbootanimation_main.cpp48 static const char BOOTREASON_PROP_NAME[] = "ro.boot.bootreason"; variable
89 if (property_get(BOOTREASON_PROP_NAME, bootreason, nullptr) > 0) { in playSoundsAllowed()