Searched refs:mShouldThrottle (Results 1 – 1 of 1) sorted by relevance
423 private boolean mShouldThrottle; field in QuotaController597 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()