Searched refs:HasPreInstalledVersion (Results 1 – 4 of 4) sorted by relevance
83 bool HasPreInstalledVersion(const std::string& name) const;
130 if (!HasPreInstalledVersion(name)) { in AddDataApex()202 bool ApexFileRepository::HasPreInstalledVersion(const std::string& name) const { in HasPreInstalledVersion() function in android::apex::ApexFileRepository
111 ASSERT_TRUE(instance.HasPreInstalledVersion(apex->GetManifest().name())); in TEST()
2498 if (!instance.HasPreInstalledVersion(package_name)) { in SelectApexForActivation()3128 if (!instance.HasPreInstalledVersion(new_apex_name)) { in ShouldAllocateSpaceForDecompression()