Searched refs:GetApexVersions (Results 1 – 4 of 4) sorted by relevance
413 return android::base::StartsWith(Runtime::Current()->GetApexVersions(), oat_apex_versions); in ValidateApexVersions()
1668 args.push_back("--apex-versions=" + Runtime::Current()->GetApexVersions()); in TEST_F()1682 args.push_back("--apex-versions=" + Runtime::Current()->GetApexVersions().substr(0, 1)); in TEST_F()
1028 const std::string& GetApexVersions() const { in GetApexVersions() function
1615 ? runtime->GetApexVersions() in Setup()