Home
last modified time | relevance | path

Searched refs:expected_domain (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dhidden_api_test.cc110 hiddenapi::Domain expected_domain, in CheckAllDexFilesInDomain() argument
115 if (context.GetDomain() != expected_domain) { in CheckAllDexFilesInDomain()
118 << "(expected=" << static_cast<uint32_t>(expected_domain) in CheckAllDexFilesInDomain()
123 if (dex_file->GetHiddenapiDomain() != expected_domain) { in CheckAllDexFilesInDomain()
126 << "(expected=" << static_cast<uint32_t>(expected_domain) in CheckAllDexFilesInDomain()
199 void TestLocation(const std::string& location, hiddenapi::Domain expected_domain) { in TestLocation() argument
241 expected_domain, in TestLocation()