Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DPrefetchController.java237 private boolean maybeUpdateConstraintForPkgLocked(@CurrentTimeMillisLong long now, in maybeUpdateConstraintForPkgLocked() method in PrefetchController
314 if (maybeUpdateConstraintForPkgLocked(now, nowElapsed, userId, pkgName)) { in processUpdatedEstimatedLaunchTime()
412 if (maybeUpdateConstraintForPkgLocked( in onConstantsUpdatedLocked()
453 } else if (maybeUpdateConstraintForPkgLocked( in processExpiredAlarms()
H A DQuotaController.java1524 maybeUpdateConstraintForPkgLocked(nowElapsed, userId, packageName));
1656 maybeUpdateConstraintForPkgLocked(nowElapsed, userId, packageName));
1670 private ArraySet<JobStatus> maybeUpdateConstraintForPkgLocked(final long nowElapsed,
2419 maybeUpdateConstraintForPkgLocked(nowElapsed,
2538 maybeUpdateConstraintForPkgLocked(
2670 maybeUpdateConstraintForPkgLocked(
2698 maybeUpdateConstraintForPkgLocked(
2730 maybeUpdateConstraintForPkgLocked(sElapsedRealtimeClock.millis(),
/aosp14/frameworks/base/services/
H A Dart-profile4673 HSPLcom/android/server/job/controllers/QuotaController;->maybeUpdateConstraintForPkgLocked(JILjava/…