Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java359 private final SparseBooleanArray mTopAppCache = new SparseBooleanArray(); field in QuotaController
659 if (mTopAppCache.get(uid)) { in prepareForExecutionLocked()
723 mTopAppCache.delete(uid); in onAppRemovedLocked()
809 || mTopAppCache.get(jobStatus.getSourceUid()) in getMaxJobExecutionTimeMsLocked()
822 if (mTopAppCache.get(jobStatus.getSourceUid()) || isTopStartedJobLocked(jobStatus)) { in getMaxJobExecutionTimeMsLocked()
860 final boolean hasTopAppExemption = mTopAppCache.get(jobStatus.getSourceUid()) in isWithinEJQuotaLocked()
2634 mTopAppCache.put(uid, true);
2654 if (mTopAppCache.get(uid)) {
2656 mTopAppCache.delete(uid);
2732 if (mTempAllowlistCache.get(uid) || mTopAppCache.get(uid)) {
[all …]