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