Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIIncidentManager.aidl95 void deleteAllIncidentReports(String pkg); in deleteAllIncidentReports() method
/frameworks/native/libs/incidentcompanion/binder/android/os/
DIIncidentCompanion.aidl104 void deleteAllIncidentReports(String pkg); in deleteAllIncidentReports() method
/frameworks/base/services/core/java/com/android/server/incident/
DIncidentCompanionService.java231 public void deleteAllIncidentReports(String pkg) throws RemoteException { in deleteAllIncidentReports() method in IncidentCompanionService.BinderService
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp484 Status IncidentService::deleteAllIncidentReports(const String16& pkg16) { in deleteAllIncidentReports() function in android::os::incidentd::IncidentService