Home
last modified time | relevance | path

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

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