Searched refs:usapPoolRefillDelayMsPropString (Results 1 – 1 of 1) sorted by relevance
293 final String usapPoolRefillDelayMsPropString = Zygote.getConfigurationProperty( in fetchUsapPoolPolicyProps() local296 if (!usapPoolRefillDelayMsPropString.isEmpty()) { in fetchUsapPoolPolicyProps()297 mUsapPoolRefillDelayMs = Integer.parseInt(usapPoolRefillDelayMsPropString); in fetchUsapPoolPolicyProps()