D | PackageManagerLocalImpl.java | 67 public FilteredSnapshotImpl withFilteredSnapshot() { in withFilteredSnapshot() 73 public FilteredSnapshotImpl withFilteredSnapshot(int callingUid, @NonNull UserHandle user) { in withFilteredSnapshot() 74 return new FilteredSnapshotImpl(callingUid, user, in withFilteredSnapshot() 148 return new FilteredSnapshotImpl(callingUid, user, mSnapshot, this); in filtered() 198 private static class FilteredSnapshotImpl extends BaseSnapshotImpl implements class in PackageManagerLocalImpl 212 private FilteredSnapshotImpl(int callingUid, @NonNull UserHandle user, in FilteredSnapshotImpl() method in PackageManagerLocalImpl.FilteredSnapshotImpl
|