Searched refs:mTopAppCache (Results 1 – 1 of 1) sorted by relevance
318 private final SparseBooleanArray mTopAppCache = new SparseBooleanArray(); field in QuotaController622 if (mTopAppCache.get(uid)) { in prepareForExecutionLocked()689 mTopAppCache.delete(uid); in onAppRemovedLocked()790 final boolean isInPrivilegedState = mTopAppCache.get(jobStatus.getSourceUid()) in getMaxJobExecutionTimeMsLocked()811 if (mTopAppCache.get(jobStatus.getSourceUid()) || isTopStartedJobLocked(jobStatus)) { in getMaxJobExecutionTimeMsLocked()859 final boolean hasTopAppExemption = mTopAppCache.get(jobStatus.getSourceUid()) in isWithinEJQuotaLocked()2286 && (mTopAppCache.get(mUid) || nowElapsed < topAppGracePeriodEndElapsed);2832 mTopAppCache.put(uid, true); in handleMessage()2852 if (mTopAppCache.get(uid)) { in handleMessage()2854 mTopAppCache.delete(uid); in handleMessage()[all …]