Home
last modified time | relevance | path

Searched refs:onReportSectionStatus (Results 1 – 5 of 5) 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.cpp47 virtual Status onReportSectionStatus(int32_t section, int32_t status);
68 StatusListener::onReportSectionStatus(int32_t section, int32_t status) in onReportSectionStatus() function in StatusListener
/frameworks/base/cmds/incidentd/src/
DReporter.cpp191 (*it)->listener->onReportSectionStatus( in runReport()
213 (*it)->listener->onReportSectionStatus( in runReport()
/frameworks/base/cmds/incidentd/tests/
DReporter_test.cpp53 virtual Status onReportSectionStatus(int section, int status) { in onReportSectionStatus() function in TestListener
DSection_test.cpp77 virtual Status onReportSectionStatus(int /*section*/, int /*status*/) { return Status::ok(); }; in onReportSectionStatus() function in SimpleListener