Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DIIncidentReportStatusListener.aidl33 void onReportFailed(); in onReportFailed() method
/aosp14/frameworks/base/cmds/incidentd/tests/
H A DSection_test.cpp80 virtual Status onReportFailed() { return Status::ok(); }; in onReportFailed() function in SimpleListener
H A DReporter_test.cpp82 virtual Status onReportFailed() { in onReportFailed() function in TestListener
/aosp14/frameworks/base/cmds/incident/
H A Dmain.cpp101 StatusListener::onReportFailed() in onReportFailed() function in StatusListener