Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIncidentManager.java56 public void reportIncident(IncidentReportArgs args) { in reportIncident() method in IncidentManager
90 public void reportIncident(String settingName, byte[] headerProto) { in reportIncident() method in IncidentManager
DIIncidentManager.aidl34 void reportIncident(in IncidentReportArgs args); in reportIncident() method
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp196 IncidentService::reportIncident(const IncidentReportArgs& args) in reportIncident() function in IncidentService