Searched refs:pkgInfoLite (Results 1 – 2 of 2) sorted by relevance
196 PackageInfoLite pkgInfoLite = PackageManagerServiceUtils.getMinimalPackageInfo( in freeCacheForInstallation() local200 if (pkgInfoLite.recommendedInstallLocation in freeCacheForInstallation()202 pkgInfoLite.recommendedInstallLocation = in freeCacheForInstallation()205 return pkgInfoLite.recommendedInstallLocation; in freeCacheForInstallation()
660 private boolean isAdbVerificationEnabled(PackageInfoLite pkgInfoLite, int userId, in isAdbVerificationEnabled() argument680 if (!packageExists(pkgInfoLite.packageName)) { in isAdbVerificationEnabled()685 return !pkgInfoLite.debuggable; in isAdbVerificationEnabled()696 private boolean isVerificationEnabled(PackageInfoLite pkgInfoLite, int userId, in isVerificationEnabled() argument708 return isAdbVerificationEnabled(pkgInfoLite, userId, requestedDisableVerification); in isVerificationEnabled()