Home
last modified time | relevance | path

Searched refs:sCaches (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DSnapshotCache.java70 private static final WeakHashMap<SnapshotCache, Void> sCaches = new WeakHashMap<>(); field in SnapshotCache
85 sCaches.put(this, null); in SnapshotCache()
/aosp14/frameworks/base/core/java/android/app/
H A DPropertyInvalidatedCache.java460 private static final WeakHashMap<PropertyInvalidatedCache, Void> sCaches = new WeakHashMap<>(); field in PropertyInvalidatedCache
625 sCaches.put(this, null);
844 for (PropertyInvalidatedCache cache : sCaches.keySet()) {
1424 return new ArrayList<PropertyInvalidatedCache>(sCaches.keySet());
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java134 private static SparseArray<AccessibilityCache> sCaches = new SparseArray<>(); field in AccessibilityInteractionClient
262 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()