Searched refs:best_config (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp344 const ResTable_config* best_config = nullptr; local
389 if ((best_config == nullptr || this_config.isBetterThan(*best_config, desired_config)) ||
390 (package_is_overlay && this_config.compare(*best_config) == 0)) {
402 best_config = &this_config;
418 if ((best_config == nullptr || this_config.isBetterThan(*best_config, desired_config)) ||
419 (package_is_overlay && this_config.compare(*best_config) == 0)) {
431 best_config = &best_config_copy;
449 out_entry->config = *best_config;
[all...]

Completed in 40 milliseconds