Searched defs:withFilteredSnapshot (Results 1 – 3 of 3) sorted by relevance
108 FilteredSnapshot withFilteredSnapshot(); in withFilteredSnapshot() method123 FilteredSnapshot withFilteredSnapshot(int callingUid, @NonNull UserHandle user); in withFilteredSnapshot() method
63 public FilteredSnapshotImpl withFilteredSnapshot() { in withFilteredSnapshot() method in PackageManagerLocalImpl69 public FilteredSnapshotImpl withFilteredSnapshot(int callingUid, @NonNull UserHandle user) { in withFilteredSnapshot() method in PackageManagerLocalImpl
1952 private fun PackageManagerLocal.withFilteredSnapshot( in <lambda>() method in com.android.server.permission.access.permission.PermissionService