Searched refs:mUpdateUidConstraints (Results 1 – 1 of 1) sorted by relevance
1813 private final UidConstraintUpdater mUpdateUidConstraints = new UidConstraintUpdater(); field in QuotaController1818 mUpdateUidConstraints.prepare(); in maybeUpdateConstraintForUidLocked()1819 mService.getJobStore().forEachJobForSourceUid(uid, mUpdateUidConstraints); in maybeUpdateConstraintForUidLocked()1821 mUpdateUidConstraints.postProcess(); in maybeUpdateConstraintForUidLocked()1822 mUpdateUidConstraints.reset(); in maybeUpdateConstraintForUidLocked()1823 return mUpdateUidConstraints.changedJobs; in maybeUpdateConstraintForUidLocked()