Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp644 const std::vector<ResTable_config>& candidate_configs = filtered_group.configurations; in FindEntryInternal() local
645 const size_t type_count = candidate_configs.size(); in FindEntryInternal()
647 const ResTable_config& this_config = candidate_configs[i]; in FindEntryInternal()