Home
last modified time | relevance | path

Searched defs:reportIncident (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DIIncidentManager.aidl34 oneway void reportIncident(in IncidentReportArgs args); in reportIncident() method
DIncidentManager.java437 public void reportIncident(IncidentReportArgs args) { in reportIncident() method in IncidentManager
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp246 Status IncidentService::reportIncident(const IncidentReportArgs& args) { in reportIncident() function in android::os::incidentd::IncidentService