Home
last modified time | relevance | path

Searched defs:SnapshotCache (Results 1 – 2 of 2) 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
/frameworks/base/services/core/java/com/android/server/wm/
DSnapshotCache.java30 abstract class SnapshotCache<TYPE extends WindowContainer> { class
41 SnapshotCache(String name) { in SnapshotCache() method in SnapshotCache