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