Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/tests/
Dsection_list.cpp11 class TestSection: public Section { class
13 TestSection(int id);
14 ~TestSection();
18 TestSection::TestSection(int id) in TestSection() function in android::os::incidentd::TestSection
22 TestSection::~TestSection() { in ~TestSection()
25 status_t TestSection::Execute(ReportWriter* writer) const { in Execute()
47 TestSection section1(1);
48 TestSection section2(2);
Dtest_proto.proto22 // The id of the section, written by TestSection.
25 // The id of the section, times 10, written by TestSection.