Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java309 private final SparseBooleanArray mTempAllowlistCache = new SparseBooleanArray(); field in QuotaController
687 mTempAllowlistCache.delete(uid); in onAppRemovedLocked()
834 return mTempAllowlistCache.get(sourceUid) in hasTempAllowlistExemptionLocked()
2623 mTempAllowlistCache.put(uid, true);
2646 mTempAllowlistCache.delete(uid);
2932 if (mTempAllowlistCache.get(uid) || mTopAppCache.get(uid)) { in handleMessage()
4539 pw.println(mTempAllowlistCache.toString()); in dumpControllerStateLocked()