Home
last modified time | relevance | path

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

/frameworks/base/libs/incident/
Dlibincident.map.txt8 AIncidentReportArgs_addSection; # systemapi introduced=30
/frameworks/base/libs/incident/include/incident/
Dincident_report.h95 void AIncidentReportArgs_addSection(AIncidentReportArgs* args, int section);
/frameworks/base/libs/incident/src/
Dincident_report.cpp55 void AIncidentReportArgs_addSection(AIncidentReportArgs* args, int section) { in AIncidentReportArgs_addSection() function
/frameworks/base/libs/incident/tests/
DIncidentReportRequest_test.cpp53 AIncidentReportArgs_addSection(mImpl, section); in addSection()