Searched refs:sCaches (Results 1 – 4 of 4) sorted by relevance
70 private static final WeakHashMap<SnapshotCache, Void> sCaches = new WeakHashMap<>(); field in SnapshotCache85 sCaches.put(this, null); in SnapshotCache()
121 private static SparseArray<AccessibilityCache> sCaches = new SparseArray<>(); field in AccessibilityInteractionClient239 sCaches.put(connectionId, new AccessibilityCache( in addConnection()250 return sCaches.get(connectionId); in getCache()262 sCaches.remove(connectionId); in removeConnection()273 sCaches.put(connectionId, cache); in setCache()
460 private static final WeakHashMap<PropertyInvalidatedCache, Void> sCaches = new WeakHashMap<>(); field in PropertyInvalidatedCache625 sCaches.put(this, null);844 for (PropertyInvalidatedCache cache : sCaches.keySet()) {1424 return new ArrayList<PropertyInvalidatedCache>(sCaches.keySet());
246 static std::vector<Cache> sCaches{[]() { in List() local254 return sCaches; in List()