Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.h148 std::vector<ResourceConfigValue*> FindAllValues(const android::ConfigDescription& config);
H A DResourceTable_test.cpp169 sr.value().entry->FindAllValues(test::ParseConfigOrDie("land")); in TEST()
H A DResourceTable.cpp192 std::vector<ResourceConfigValue*> ResourceEntry::FindAllValues(const ConfigDescription& config) { in FindAllValues() function in aapt::ResourceEntry