Searched refs:pkgInfoLite (Results 1 – 2 of 2) sorted by relevance
653 private boolean isAdbVerificationEnabled(PackageInfoLite pkgInfoLite, int userId, in isAdbVerificationEnabled() argument673 if (!packageExists(pkgInfoLite.packageName)) { in isAdbVerificationEnabled()678 return !pkgInfoLite.debuggable; in isAdbVerificationEnabled()689 private boolean isVerificationEnabled(PackageInfoLite pkgInfoLite, int userId, in isVerificationEnabled() argument701 return isAdbVerificationEnabled(pkgInfoLite, userId, requestedDisableVerification); in isVerificationEnabled()
2895 PackageInfoLite pkgInfoLite = PackageManagerServiceUtils.getMinimalPackageInfo(2899 if (pkgInfoLite.recommendedInstallLocation2901 pkgInfoLite.recommendedInstallLocation =2904 return pkgInfoLite.recommendedInstallLocation;