Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp248 bool found_system_package = false; in GetResourceConfigurations() local
251 found_system_package = true; in GetResourceConfigurations()
255 if (exclude_system && package.loaded_package_->IsOverlay() && found_system_package) { in GetResourceConfigurations()
272 bool found_system_package = false; in GetResourceLocales() local
275 found_system_package = true; in GetResourceLocales()
279 if (exclude_system && package.loaded_package_->IsOverlay() && found_system_package) { in GetResourceLocales()