Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java306 private final SparseBooleanArray mTempAllowlistCache = new SparseBooleanArray(); field in QuotaController
683 mTempAllowlistCache.delete(uid); in onAppRemovedLocked()
825 return mTempAllowlistCache.get(sourceUid) in hasTempAllowlistExemptionLocked()
2562 mTempAllowlistCache.put(uid, true);
2585 mTempAllowlistCache.delete(uid);
2843 if (mTempAllowlistCache.get(uid) || mTopAppCache.get(uid)) {
4447 pw.println(mTempAllowlistCache.toString());