Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DComputer.java241 int userId, boolean filterUninstall); in shouldFilterApplication() argument
H A DComputerEngine.java2436 @PackageManager.ComponentType int componentType, int userId, boolean filterUninstall) { in shouldFilterApplication() argument
2454 || (filterUninstall in shouldFilterApplication()
2460 return (callerIsInstantApp || filterUninstall || Process.isSdkSandboxUid(callingUid)); in shouldFilterApplication()