Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceTable.h113 std::vector<ResourceConfigValue*> FindAllValues(const ConfigDescription& config);
DResourceTable_test.cpp155 sr.value().entry->FindAllValues(test::ParseConfigOrDie("land")); in TEST()
DResourceTable.cpp201 std::vector<ResourceConfigValue*> ResourceEntry::FindAllValues(const ConfigDescription& config) { in FindAllValues() function in aapt::ResourceEntry