Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/utils/
DSnapshotCache.java70 private static final WeakHashMap<SnapshotCache, Void> sCaches = new WeakHashMap<>(); field in SnapshotCache
85 sCaches.put(this, null); in SnapshotCache()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityInteractionClient.java121 private static SparseArray<AccessibilityCache> sCaches = new SparseArray<>(); field in AccessibilityInteractionClient
239 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()
/frameworks/base/core/java/android/app/
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());
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp246 static std::vector<Cache> sCaches{[]() { in List() local
254 return sCaches; in List()