Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DIpcDataCache.java245 public class IpcDataCache<Query, Result> extends PropertyInvalidatedCache<Query, Result> { class
325 public IpcDataCache(int maxEntries, @NonNull @IpcDataCacheModule String module, in IpcDataCache() method in IpcDataCache
549 public IpcDataCache(@NonNull Config config, @NonNull QueryHandler<Query, Result> computer) { in IpcDataCache() method in IpcDataCache
587 public IpcDataCache(@NonNull Config config, @NonNull RemoteCall<Query, Result> computer) { in IpcDataCache() method in IpcDataCache