Home
last modified time | relevance | path

Searched refs:schedulePersistedReport (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/cmds/incidentd/src/
H A DIncidentService.h61 void schedulePersistedReport(const IncidentReportArgs& args);
H A DIncidentService.cpp156 void ReportHandler::schedulePersistedReport(const IncidentReportArgs& args) { in schedulePersistedReport() function in android::os::incidentd::ReportHandler
282 mHandler->schedulePersistedReport(argsCopy); in reportIncident()