Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DDefaultPermissionGrantPolicy.java894 PackageSetting sysPkg = mService.mSettings.getDisabledSystemPkgLPr(pkg.packageName); in isSysComponentOrPersistentPlatformSignedPrivAppLPr() local
895 if (sysPkg != null && sysPkg.pkg != null) { in isSysComponentOrPersistentPlatformSignedPrivAppLPr()
896 if ((sysPkg.pkg.applicationInfo.flags & ApplicationInfo.FLAG_PERSISTENT) == 0) { in isSysComponentOrPersistentPlatformSignedPrivAppLPr()
DPackageManagerService.java14307 boolean sysPkg = (isSystemApp(oldPackage));
14308 if (sysPkg) {