Home
last modified time | relevance | path

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

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