Home
last modified time | relevance | path

Searched refs:deleteAllIncidentReports (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/
DIIncidentManager.aidl81 void deleteAllIncidentReports(String pkg); in deleteAllIncidentReports() method
DIncidentManager.java611 getCompanionServiceLocked().deleteAllIncidentReports(mContext.getPackageName()); in deleteIncidentReports()
/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
239 getIIncidentManager().deleteAllIncidentReports(pkg); in deleteAllIncidentReports()
/frameworks/base/cmds/incidentd/src/
DIncidentService.h140 virtual Status deleteAllIncidentReports(const String16& pkg);
DIncidentService.cpp434 Status IncidentService::deleteAllIncidentReports(const String16& pkg16) { in deleteAllIncidentReports() function in android::os::incidentd::IncidentService