Searched refs:this_config (Results 1 – 1 of 1) sorted by relevance
454 const ResTable_config& this_config = candidate_configs[i]; in FindEntry() local460 } else if (this_config.isBetterThan(*best_config, desired_config)) { in FindEntry()462 } else if (package_is_overlay && this_config.compare(*best_config) == 0) { in FindEntry()479 best_config = &this_config; in FindEntry()484 this_config.toString(), in FindEntry()496 ResTable_config this_config{}; in FindEntry() local499 this_config.copyFromDtoH((*iter)->config); in FindEntry()500 if (!this_config.match(*desired_config)) { in FindEntry()506 } else if (this_config.isBetterThan(*best_config, desired_config)) { in FindEntry()508 } else if (package_is_overlay && this_config.compare(*best_config) == 0) { in FindEntry()[all …]