Searched refs:mUidCache (Results 1 – 1 of 1) sorted by relevance
60 final HashMap<Integer, Boolean> mUidCache; // contents guarded by this field in NfceeAccessControl68 mUidCache = new HashMap<Integer, Boolean>(); in NfceeAccessControl()79 Boolean cached = mUidCache.get(uid); in check()99 mUidCache.put(uid, access); in check()111 Boolean access = mUidCache.get(info.uid); in check()114 mUidCache.put(info.uid, access); in check()122 mUidCache.clear(); in invalidateCache()283 for (Integer uid : mUidCache.keySet()) { in dump()284 Boolean b = mUidCache.get(uid); in dump()