HomeSort by relevance Sort by last modified time
    Searched defs:DegradeToManyRule (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/link/
XmlCompatVersioner.h 84 class DegradeToManyRule : public IDegradeRule {
86 DegradeToManyRule(std::vector<ReplacementAttr> attrs);
87 virtual ~DegradeToManyRule() = default;
93 DISALLOW_COPY_AND_ASSIGN(DegradeToManyRule);
XmlCompatVersioner.cpp 152 DegradeToManyRule::DegradeToManyRule(std::vector<ReplacementAttr> attrs)
164 std::vector<DegradeResult> DegradeToManyRule::Degrade(const xml::Element& src_el,

Completed in 913 milliseconds