Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DIIncidentManager.aidl90 void deleteIncidentReports(String pkg, String cls, String id); in deleteIncidentReports() method
H A DIncidentManager.java713 public void deleteIncidentReports(Uri uri) { in deleteIncidentReports() method in IncidentManager
/aosp14/frameworks/base/services/core/java/com/android/server/incident/
H A DIncidentCompanionService.java210 public void deleteIncidentReports(String pkg, String cls, String id) in deleteIncidentReports() method in IncidentCompanionService.BinderService
/aosp14/frameworks/base/cmds/incidentd/src/
H A DIncidentService.cpp471 Status IncidentService::deleteIncidentReports(const String16& pkg16, const String16& cls16, in deleteIncidentReports() function in android::os::incidentd::IncidentService