Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/local/
H A DPackageManagerLocalImpl.java63 public FilteredSnapshotImpl withFilteredSnapshot() { in withFilteredSnapshot()
69 public FilteredSnapshotImpl withFilteredSnapshot(int callingUid, @NonNull UserHandle user) { in withFilteredSnapshot()
70 return new FilteredSnapshotImpl(callingUid, user, in withFilteredSnapshot()
116 return new FilteredSnapshotImpl(callingUid, user, mSnapshot, this); in filtered()
153 private static class FilteredSnapshotImpl extends BaseSnapshotImpl implements class in PackageManagerLocalImpl
167 private FilteredSnapshotImpl(int callingUid, @NonNull UserHandle user, in FilteredSnapshotImpl() method in PackageManagerLocalImpl.FilteredSnapshotImpl