Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java350 private final SparseBooleanArray mTempAllowlistCache = new SparseBooleanArray(); field in QuotaController
721 mTempAllowlistCache.delete(uid); in onAppRemovedLocked()
853 final boolean hasTempAllowlistExemption = mTempAllowlistCache.get(jobStatus.getSourceUid()) in isWithinEJQuotaLocked()
2147 && (mTempAllowlistCache.get(mUid)
2452 mTempAllowlistCache.put(uid, true);
2474 mTempAllowlistCache.delete(uid);
2732 if (mTempAllowlistCache.get(uid) || mTopAppCache.get(uid)) {
4118 pw.println(mTempAllowlistCache.toString());