Searched refs:FilteredSnapshotImpl (Results 1 – 1 of 1) sorted by relevance
63 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 PackageManagerLocalImpl167 private FilteredSnapshotImpl(int callingUid, @NonNull UserHandle user, in FilteredSnapshotImpl() method in PackageManagerLocalImpl.FilteredSnapshotImpl