Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp877 const ResTable_config& this_config = type_entry->config; in FindEntryInternal() local
879 || ignore_configuration || this_config.match(desired_config))) { in FindEntryInternal()
886 } else if (this_config.isBetterThan(*best_config, &desired_config)) { in FindEntryInternal()
888 } else if (package_is_loader && this_config.compare(*best_config) == 0) { in FindEntryInternal()
893 cookie, this_config.toString()}); in FindEntryInternal()
909 cookie, this_config.toString()}); in FindEntryInternal()
917 best_config = &this_config; in FindEntryInternal()
922 cookie, this_config.toString()}); in FindEntryInternal()