Searched refs:PROGRESS_PROP_NAME (Results 1 – 1 of 1) sorted by relevance
106 static const char PROGRESS_PROP_NAME[] = "service.bootanim.progress"; variable1479 int currentProgress = android::base::GetIntProperty(PROGRESS_PROP_NAME, 0); in playAnimation()1548 int newProgress = android::base::GetIntProperty(PROGRESS_PROP_NAME, 0); in playAnimation()1591 android::base::SetProperty(PROGRESS_PROP_NAME, "100"); in playAnimation()