Home
last modified time | relevance | path

Searched refs:onReportSectionStatus (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DIIncidentReportStatusListener.aidl30 void onReportSectionStatus(int section, int status); in onReportSectionStatus() method
/frameworks/base/cmds/incident/
Dmain.cpp46 virtual Status onReportSectionStatus(int32_t section, int32_t status);
67 StatusListener::onReportSectionStatus(int32_t section, int32_t status) in onReportSectionStatus() function in StatusListener
/frameworks/base/cmds/incidentd/src/
DReporter.cpp221 (*it)->listener->onReportSectionStatus(id, in runReport()
237 (*it)->listener->onReportSectionStatus(id, in runReport()