Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DZygoteServer.java283 final String usapPoolRefillThresholdPropString = Zygote.getConfigurationProperty( in fetchUsapPoolPolicyProps() local
287 if (!usapPoolRefillThresholdPropString.isEmpty()) { in fetchUsapPoolPolicyProps()
289 Integer.parseInt(usapPoolRefillThresholdPropString), in fetchUsapPoolPolicyProps()