Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp742 const ResTable_config& this_config = type_entry->config; in FindEntryInternal() local
743 if (!(use_filtered || ignore_configuration || this_config.match(desired_config))) { in FindEntryInternal()
750 } else if (this_config.isBetterThan(*best_config, &desired_config)) { in FindEntryInternal()
752 } else if (package_is_loader && this_config.compare(*best_config) == 0) { in FindEntryInternal()
757 this_config.toString(), in FindEntryInternal()
774 this_config.toString(), in FindEntryInternal()
783 best_config = &this_config; in FindEntryInternal()
788 this_config.toString(), in FindEntryInternal()