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