Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
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