Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/utils/
DSnapshotCache.java34 public abstract class SnapshotCache<T> extends Watcher{ class
80 public SnapshotCache(@Nullable T source, @NonNull Watchable watchable, @Nullable String name) { in SnapshotCache() method in SnapshotCache
98 public SnapshotCache(@Nullable T source, @NonNull Watchable watchable) { in SnapshotCache() method in SnapshotCache
106 public SnapshotCache() { in SnapshotCache() method in SnapshotCache