Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp719 Resolution::Step::Type resolution_type; in FindEntryInternal() local
721 resolution_type = Resolution::Step::Type::INITIAL; in FindEntryInternal()
723 resolution_type = Resolution::Step::Type::BETTER_MATCH; in FindEntryInternal()
725 resolution_type = Resolution::Step::Type::OVERLAID; in FindEntryInternal()
759 last_resolution_.steps.push_back(Resolution::Step{resolution_type, in FindEntryInternal()