Home
last modified time | relevance | path

Searched defs:IncidentReportArgs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DIncidentReportArgs.java34 public final class IncidentReportArgs implements Parcelable { class
46 public IncidentReportArgs() { in IncidentReportArgs() method in IncidentReportArgs
53 public IncidentReportArgs(Parcel in) { in IncidentReportArgs() method in IncidentReportArgs
/frameworks/base/libs/incident/src/
DIncidentReportArgs.cpp26 IncidentReportArgs::IncidentReportArgs() in IncidentReportArgs() function in android::os::IncidentReportArgs
33 IncidentReportArgs::IncidentReportArgs(const IncidentReportArgs& that) in IncidentReportArgs() function in android::os::IncidentReportArgs
/frameworks/base/cmds/incidentd/tests/
DReporter_test.cpp141 TEST_F(ReporterTest, IncidentReportArgs) { in TEST_F() argument