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