Home
last modified time | relevance | path

Searched refs:mKeySetRefsSnapshot (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java510 private final SnapshotCache<WatchedArrayMap<Long, Integer>> mKeySetRefsSnapshot; field in Settings
631 mKeySetRefsSnapshot = new SnapshotCache.Auto<>(mKeySetRefs, mKeySetRefs,
692 mKeySetRefsSnapshot = new SnapshotCache.Auto<>(mKeySetRefs, mKeySetRefs,
787 mKeySetRefs = r.mKeySetRefsSnapshot.snapshot();
788 mKeySetRefsSnapshot = new SnapshotCache.Sealed<>();