Searched refs:addSection (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/cmds/incidentd/tests/
H A DReporter_test.cpp116 args1.addSection(1);
117 args2.addSection(3);
142 args1.addSection(1);
143 args2.addSection(2);
189 args.addSection(1);
H A DSection_test.cpp89 args1.addSection(1);
90 args1.addSection(2);
/frameworks/base/cmds/statsd/src/subscriber/
H A DIncidentdReporter.cpp48 incidentReport.addSection(config.section(i));
/frameworks/base/libs/incident/include/android/os/
H A DIncidentReportArgs.h51 void addSection(int section);
/frameworks/base/core/java/android/os/
H A DIncidentReportArgs.java164 public void addSection(int section) { method in class:IncidentReportArgs
/frameworks/base/cmds/incident/
H A Dmain.cpp227 args.addSection(section);
234 args.addSection(ic->id);
/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp156 IncidentReportArgs::addSection(int section) function in class:android::os::IncidentReportArgs

Completed in 168 milliseconds