Searched refs:filterUninstall (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Computer.java | 244 int userId, boolean filterUninstall); in shouldFilterApplication() argument
|
D | ComputerEngine.java | 2513 @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()
|