Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DAppsFilterSnapshotImpl.java31 mRetainedImplicitlyQueryable = orig.mRetainedImplicitlyQueryableSnapshot.snapshot(); in AppsFilterSnapshotImpl()
34 mRetainedImplicitlyQueryableSnapshot = new SnapshotCache.Sealed<>(); in AppsFilterSnapshotImpl()
H A DAppsFilterBase.java97 protected SnapshotCache<WatchedSparseSetArray<Integer>> mRetainedImplicitlyQueryableSnapshot; field in AppsFilterBase
H A DAppsFilterImpl.java203 mRetainedImplicitlyQueryableSnapshot = new SnapshotCache.Auto<>( in AppsFilterImpl()