Home
last modified time | relevance | path

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

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