Searched refs:sCaches (Results 1 – 3 of 3) sorted by relevance
70 private static final WeakHashMap<SnapshotCache, Void> sCaches = new WeakHashMap<>(); field in SnapshotCache85 sCaches.put(this, null); in SnapshotCache()
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());
134 private static SparseArray<AccessibilityCache> sCaches = new SparseArray<>(); field in AccessibilityInteractionClient262 sCaches.put(connectionId, new AccessibilityCache( in addConnection()307 return sCaches.get(connectionId); in getCache()322 sCaches.remove(connectionId); in removeConnection()333 sCaches.put(connectionId, cache); in setCache()