Searched refs:mPolicyThreshold (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DThrottleService.java94 private AtomicLong mPolicyThreshold; field in class:ThrottleService
148 mPolicyThreshold = new AtomicLong();
284 return mPolicyThreshold.get();
452 mPolicyThreshold.set(threshold);
456 mPolicyThreshold.set(TESTING_THRESHOLD);
469 mPolicyThreshold.set(0);
482 if (VDBG || (mPolicyThreshold.get() != 0)) {
484 mPolicyPollPeriodSec + ", threshold=" + mPolicyThreshold.get() +
553 if (VDBG || (mPolicyThreshold.get() != 0)) {
590 long threshold = mPolicyThreshold
[all...]

Completed in 50 milliseconds