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