Searched refs:IsPreInstalledApex (Results 1 – 5 of 5) sorted by relevance
247 TEST(ApexFileRepositoryTest, IsPreInstalledApex) { in TEST() argument259 ASSERT_TRUE(instance.IsPreInstalledApex(*compressed_apex)); in TEST()263 ASSERT_TRUE(instance.IsPreInstalledApex(*apex1)); in TEST()269 ASSERT_FALSE(instance.IsPreInstalledApex(*apex2)); in TEST()274 ASSERT_FALSE(instance.IsPreInstalledApex(*apex3)); in TEST()
89 bool IsPreInstalledApex(const ApexFile& apex) const;
537 !instance.IsPreInstalledApex(apex) || instance.IsDecompressedApex(apex); in MountPackageImpl()1281 !ApexFileRepository::GetInstance().IsPreInstalledApex(apex_file)) { in ActivatePackageImpl()1682 if (file_repository.IsPreInstalledApex(apex)) { in ActivateMissingApexes()2234 if (ApexFileRepository::GetInstance().IsPreInstalledApex(*apex)) { in UnstagePackages()2543 !instance.IsPreInstalledApex(a); in SelectApexForActivation()2558 if (instance.IsPreInstalledApex(a) && in SelectApexForActivation()2566 if (!instance.IsPreInstalledApex(a) && in SelectApexForActivation()2845 return !ApexFileRepository::GetInstance().IsPreInstalledApex(a.get()); in OnStart()3239 instance.IsPreInstalledApex(apex), is_active, mtime); in CollectApexInfoList()3749 if (!ApexFileRepository::GetInstance().IsPreInstalledApex(*cur_apex)) { in InstallPackage()
216 bool ApexFileRepository::IsPreInstalledApex(const ApexFile& apex) const { in IsPreInstalledApex() function in android::apex::ApexFileRepository
324 out.isFactory = instance.IsPreInstalledApex(package); in GetApexInfo()