Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DIIncidentManager.aidl83 IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id); in getIncidentReport() method
H A DIncidentManager.java676 public @Nullable IncidentReport getIncidentReport(Uri uri) { in getIncidentReport() method in IncidentManager
/aosp14/frameworks/base/services/core/java/com/android/server/incident/
H A DIncidentCompanionService.java248 public IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id) in getIncidentReport() method in IncidentCompanionService.BinderService
/aosp14/frameworks/base/cmds/incidentd/src/
H A DIncidentService.cpp440 Status IncidentService::getIncidentReport(const String16& pkg16, const String16& cls16, in getIncidentReport() function in android::os::incidentd::IncidentService