Searched refs:IsPreInstalledApex (Results 1 – 6 of 6) sorted by relevance
97 if (!instance.IsPreInstalledApex(apex_file)) { in GetPreinstallPartitionEnum()
335 TEST(ApexFileRepositoryTest, IsPreInstalledApex) { in TEST() argument347 ASSERT_TRUE(instance.IsPreInstalledApex(*compressed_apex)); in TEST()351 ASSERT_TRUE(instance.IsPreInstalledApex(*apex1)); in TEST()357 ASSERT_FALSE(instance.IsPreInstalledApex(*apex2)); in TEST()362 ASSERT_FALSE(instance.IsPreInstalledApex(*apex3)); in TEST()
128 bool IsPreInstalledApex(const ApexFile& apex) const;
553 const bool mount_on_verity = !instance.IsPreInstalledApex(apex) || in MountPackageImpl()1371 !ApexFileRepository::GetInstance().IsPreInstalledApex(apex_file)) { in ActivatePackageImpl()1807 return !apex_repo.IsPreInstalledApex(*apex_a); in ActivateApexPackages()1852 if (file_repository.IsPreInstalledApex(apex)) { in ActivateMissingApexes()2374 if (ApexFileRepository::GetInstance().IsPreInstalledApex(*apex)) { in UnstagePackages()2728 !instance.IsPreInstalledApex(a); in SelectApexForActivation()2743 if (instance.IsPreInstalledApex(a) && in SelectApexForActivation()2751 if (!instance.IsPreInstalledApex(a) && in SelectApexForActivation()3478 instance.IsPreInstalledApex(apex), is_active, mtime, in CollectApexInfoList()4025 if (!ApexFileRepository::GetInstance().IsPreInstalledApex(*cur_apex)) { in InstallPackageImpl()
459 bool ApexFileRepository::IsPreInstalledApex(const ApexFile& apex) const { in IsPreInstalledApex() function in android::apex::ApexFileRepository
365 out.isFactory = instance.IsPreInstalledApex(package); in GetApexInfo()