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