Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DComputer.java244 int userId, boolean filterUninstall); in shouldFilterApplication() argument
DComputerEngine.java2513 @PackageManager.ComponentType int componentType, int userId, boolean filterUninstall, in shouldFilterApplication() argument
2534 || (filterUninstall in shouldFilterApplication()
2544 return (callerIsInstantApp || filterUninstall || Process.isSdkSandboxUid(callingUid)); in shouldFilterApplication()
2594 @PackageManager.ComponentType int componentType, int userId, boolean filterUninstall) { in shouldFilterApplication() argument
2596 ps, callingUid, component, componentType, userId, filterUninstall, in shouldFilterApplication()