Home
last modified time | relevance | path

Searched defs: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
/frameworks/base/core/java/android/app/
DPropertyInvalidatedCache.java355 private static final WeakHashMap<PropertyInvalidatedCache, Void> sCaches = new WeakHashMap<>(); field in PropertyInvalidatedCache
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityInteractionClient.java136 private static SparseArray<AccessibilityCache> sCaches = new SparseArray<>(); field in AccessibilityInteractionClient
/frameworks/av/media/codec2/hal/client/
Dclient.cpp298 static std::vector<Cache> sCaches{[]() { in List() local