Home
last modified time | relevance | path

Searched defs:PropertyInvalidatedCache (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DPropertyInvalidatedCache.java191 public abstract class PropertyInvalidatedCache<Query, Result> { class
324 public PropertyInvalidatedCache(int maxEntries, @NonNull String propertyName) { in PropertyInvalidatedCache() method in PropertyInvalidatedCache
335 public PropertyInvalidatedCache(int maxEntries, @NonNull String propertyName, in PropertyInvalidatedCache() method in PropertyInvalidatedCache