Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp325 IncidentReportArgs incidentArgs; in reportIncidentToDumpstate() local
327 incidentArgs.setPrivacyPolicy(PRIVACY_POLICY_EXPLICIT); in reportIncidentToDumpstate()
334 incidentArgs.addSection(id); in reportIncidentToDumpstate()
339 incidentArgs.addSection(section->id); in reportIncidentToDumpstate()
349 mHandler->scheduleStreamingReport(incidentArgs, listener, fd); in reportIncidentToDumpstate()