Searched refs:callingPackageInfo (Results 1 – 1 of 1) sorted by relevance
659 PackageInfo callingPackageInfo = mPackageManager.getPackageInfo(callingPackage, 0); in skipFactoryResetProtectionCheck() local660 return callingPackageInfo != null in skipFactoryResetProtectionCheck()661 && callingPackageInfo.applicationInfo != null in skipFactoryResetProtectionCheck()662 && callingPackageInfo.applicationInfo.isSystemApp() in skipFactoryResetProtectionCheck()