Searched refs:mUsapPoolRefillThreshold (Results 1 – 1 of 1) sorted by relevance
138 private int mUsapPoolRefillThreshold = 0; field in ZygoteServer288 mUsapPoolRefillThreshold = Integer.min( in fetchUsapPoolPolicyProps()307 mUsapPoolRefillThreshold = mUsapPoolSizeMax / 2; in fetchUsapPoolPolicyProps()661 } else if (mUsapPoolSizeMax - usapPoolCount >= mUsapPoolRefillThreshold) { in runSelectLoop()