Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp107 static const char DISPLAYS_PROP_NAME[] = "persist.service.bootanim.displays"; variable
521 property_get(DISPLAYS_PROP_NAME, displayValue, ""); in readyToRun()
533 SLOGE("Invalid syntax for the value of system prop: %s", DISPLAYS_PROP_NAME); in readyToRun()