Searched refs:callingPackageInfo (Results 1 – 1 of 1) sorted by relevance
894 PackageInfo callingPackageInfo = mPackageManager.getPackageInfo(callingPackage, 0); in skipFactoryResetProtectionCheck() local895 return callingPackageInfo != null in skipFactoryResetProtectionCheck()896 && callingPackageInfo.applicationInfo != null in skipFactoryResetProtectionCheck()897 && callingPackageInfo.applicationInfo.isSystemApp() in skipFactoryResetProtectionCheck()