HomeSort by relevance Sort by last modified time
    Searched defs:warningThreshold (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
ThrottleService.java 582 long warningThreshold = 2*mPolicyThreshold*timeUsed/(timeUsed+periodLength);
583 if ((currentTotal > warningThreshold) && (currentTotal > mPolicyThreshold/4)) {
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 82 milliseconds