Searched refs:maybeUpdateConstraintForPkgLocked (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | PrefetchController.java | 240 private boolean maybeUpdateConstraintForPkgLocked(@CurrentTimeMillisLong long now, in maybeUpdateConstraintForPkgLocked() method in PrefetchController 317 if (maybeUpdateConstraintForPkgLocked(now, nowElapsed, userId, pkgName)) { in processUpdatedEstimatedLaunchTime() 415 if (maybeUpdateConstraintForPkgLocked( in onConstantsUpdatedLocked() 456 } else if (maybeUpdateConstraintForPkgLocked( in processExpiredAlarms()
|
D | QuotaController.java | 1554 maybeUpdateConstraintForPkgLocked(nowElapsed, userId, packageName)); in grantRewardForInstantEvent() 1686 maybeUpdateConstraintForPkgLocked(nowElapsed, userId, packageName)); in maybeUpdateAllConstraintsLocked() 1700 private ArraySet<JobStatus> maybeUpdateConstraintForPkgLocked(final long nowElapsed, in maybeUpdateConstraintForPkgLocked() method in QuotaController 2462 maybeUpdateConstraintForPkgLocked(nowElapsed, 2581 maybeUpdateConstraintForPkgLocked( 2736 maybeUpdateConstraintForPkgLocked( in handleMessage() 2769 maybeUpdateConstraintForPkgLocked( in handleMessage() 2799 maybeUpdateConstraintForPkgLocked( in handleMessage() 2819 maybeUpdateConstraintForPkgLocked(sElapsedRealtimeClock.millis(), in handleMessage()
|
/frameworks/base/services/ |
D | art-profile | 1897 HSPLcom/android/server/job/controllers/QuotaController;->maybeUpdateConstraintForPkgLocked(JILjava/…
|
D | art-wear-profile | 13490 HPLcom/android/server/job/controllers/QuotaController;->maybeUpdateConstraintForPkgLocked(JILjava/l…
|