Searched refs:mTopAppCache (Results 1 – 1 of 1) sorted by relevance
315 private final SparseBooleanArray mTopAppCache = new SparseBooleanArray(); field in QuotaController618 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 …]