Searched refs:mTempAllowlistCache (Results 1 – 1 of 1) sorted by relevance
309 private final SparseBooleanArray mTempAllowlistCache = new SparseBooleanArray(); field in QuotaController687 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()