Home
last modified time | relevance | path

Searched refs:mShouldThrottle (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/controllers/
DQuotaController.java423 private boolean mShouldThrottle; field in QuotaController
597 mShouldThrottle = !mConstants.USE_HEARTBEATS; in QuotaController()
618 if (mShouldThrottle) { in maybeStartTrackingJobLocked()
677 if (mShouldThrottle == mConstants.USE_HEARTBEATS) { in onConstantsUpdatedLocked()
678 mShouldThrottle = !mConstants.USE_HEARTBEATS; in onConstantsUpdatedLocked()
771 if (!mShouldThrottle) return true; in isWithinQuotaLocked()
1810 if (!mShouldThrottle || maybeUpdateConstraintForPkgLocked(userId, in onAppIdleStateChanged()
2384 if (changed && mShouldThrottle) { in updateConstants()
2549 pw.println("Is throttling: " + mShouldThrottle); in dumpControllerStateLocked()