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

/frameworks/base/services/java/com/android/server/
H A DThrottleService.java95 private AtomicInteger mPolicyThrottleValue; field in class:ThrottleService
149 mPolicyThrottleValue = new AtomicInteger();
293 return mPolicyThrottleValue.get();
319 return mPolicyThrottleValue.get();
453 mPolicyThrottleValue.set(value);
485 ", value=" + mPolicyThrottleValue.get() + ", resetDay=" + mPolicyResetDay +
581 mPolicyThrottleValue.get(), mPolicyThrottleValue.get());
610 mPolicyThrottleValue.get(), mPolicyThrottleValue
[all...]

Completed in 105 milliseconds