Searched refs:deleteAllIncidentReports (Results 1 – 6 of 6) sorted by relevance
72 void deleteAllIncidentReports(String pkg); in deleteAllIncidentReports() method
611 getCompanionServiceLocked().deleteAllIncidentReports(mContext.getPackageName()); in deleteIncidentReports()
104 void deleteAllIncidentReports(String pkg); in deleteAllIncidentReports() method
231 public void deleteAllIncidentReports(String pkg) throws RemoteException { in deleteAllIncidentReports() method in IncidentCompanionService.BinderService239 getIIncidentManager().deleteAllIncidentReports(pkg); in deleteAllIncidentReports()
137 virtual Status deleteAllIncidentReports(const String16& pkg);
402 Status IncidentService::deleteAllIncidentReports(const String16& pkg16) { in deleteAllIncidentReports() function in android::os::incidentd::IncidentService