Home
last modified time | relevance | path

Searched defs:getIncidentReport (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
DIIncidentManager.aidl60 IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id); in getIncidentReport() method
DIncidentManager.java571 public @Nullable IncidentReport getIncidentReport(Uri uri) { in getIncidentReport() method in IncidentManager
/frameworks/native/libs/incidentcompanion/binder/android/os/
DIIncidentCompanion.aidl93 IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id); in getIncidentReport() method
/frameworks/base/services/core/java/com/android/server/incident/
DIncidentCompanionService.java249 public IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id) in getIncidentReport() method in IncidentCompanionService.BinderService
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp356 Status IncidentService::getIncidentReport(const String16& pkg16, const String16& cls16, in getIncidentReport() function in android::os::incidentd::IncidentService