Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DDebug.cpp546 std::string policy_subsection; member
560 const auto policy_subsection = StringPrintf(R"(policies="%s")", in DumpOverlayable() local
564 items.push_back(DumpOverlayableEntry{overlayable_section, policy_subsection, value}); in DumpOverlayable()
575 if (a.policy_subsection != b.policy_subsection) { in DumpOverlayable()
576 return a.policy_subsection < b.policy_subsection; in DumpOverlayable()
588 if (last_policy_subsection != item.policy_subsection) { in DumpOverlayable()
590 printer->Println(item.policy_subsection); in DumpOverlayable()
591 last_policy_subsection = item.policy_subsection; in DumpOverlayable()