Searched refs:mExistingPackages (Results 1 – 2 of 2) sorted by relevance
92 private Set<String> mExistingPackages; field in MockTvProviderContext.MockPackageManagerForTesting101 if (mExistingPackages != null && mExistingPackages.contains(packageName)) { in getApplicationInfo()108 mExistingPackages = existingPackages; in setExistingPackages()
897 private @Nullable ArraySet<String> mExistingPackages = null; field in PackageManagerService7155 isFirstBoot(), isDeviceUpgrading(), mExistingPackages); in installWhitelistedSystemPackages()7612 mExistingPackages = new ArraySet<>(packageSettings.size()); in PackageManagerService()7614 mExistingPackages.add(ps.name); in PackageManagerService()24700 mExistingPackages = null;