Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp323 IncidentReportArgs incidentArgs; in reportIncidentToDumpstate() local
325 incidentArgs.setPrivacyPolicy(PRIVACY_POLICY_EXPLICIT); in reportIncidentToDumpstate()
332 incidentArgs.addSection(id); in reportIncidentToDumpstate()
337 incidentArgs.addSection(section->id); in reportIncidentToDumpstate()
347 mHandler->scheduleStreamingReport(incidentArgs, listener, fd); in reportIncidentToDumpstate()