Searched refs:isSysComponentOrPersistentPlatformSignedPrivApp (Results 1 – 1 of 1) sorted by relevance
462 if (!pm.isSysComponentOrPersistentPlatformSignedPrivApp(pkg) in grantPermissionsToSysComponentsAndPrivApps()481 || pm.isSysComponentOrPersistentPlatformSignedPrivApp(pkg)) { in grantPermissionsToSysComponentsAndPrivApps()1708 && !isSysComponentOrPersistentPlatformSignedPrivApp(pkg); in isSystemPackage()1711 boolean isSysComponentOrPersistentPlatformSignedPrivApp(@NonNull PackageInfo pkg) { in isSysComponentOrPersistentPlatformSignedPrivApp() method in DefaultPermissionGrantPolicy.PackageManagerWrapper