Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java315 private final SparseBooleanArray mTopAppCache = new SparseBooleanArray(); field in QuotaController
618 if (mTopAppCache.get(uid)) { in prepareForExecutionLocked()
685 mTopAppCache.delete(uid); in onAppRemovedLocked()
784 || mTopAppCache.get(jobStatus.getSourceUid()) in getMaxJobExecutionTimeMsLocked()
802 if (mTopAppCache.get(jobStatus.getSourceUid()) || isTopStartedJobLocked(jobStatus)) { in getMaxJobExecutionTimeMsLocked()
853 final boolean hasTopAppExemption = mTopAppCache.get(jobStatus.getSourceUid()) in isWithinEJQuotaLocked()
2743 mTopAppCache.put(uid, true);
2763 if (mTopAppCache.get(uid)) {
2765 mTopAppCache.delete(uid);
2843 if (mTempAllowlistCache.get(uid) || mTopAppCache.get(uid)) {
[all …]