Home
last modified time | relevance | path

Searched defs:onReportSectionStatus (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DIIncidentReportStatusListener.aidl30 void onReportSectionStatus(int section, int status); in onReportSectionStatus() method
/aosp14/frameworks/base/cmds/incidentd/tests/
H A DSection_test.cpp77 virtual Status onReportSectionStatus(int /*section*/, int /*status*/) in onReportSectionStatus() function in SimpleListener
H A DReporter_test.cpp65 virtual Status onReportSectionStatus(int section, int status) { in onReportSectionStatus() function in TestListener
/aosp14/frameworks/base/cmds/incident/
H A Dmain.cpp76 StatusListener::onReportSectionStatus(int32_t section, int32_t status) in onReportSectionStatus() function in StatusListener