Home
last modified time | relevance | path

Searched refs:SystemPropertiesParser (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/incident_helper/src/parsers/
DSystemPropertiesParser.h27 class SystemPropertiesParser : public TextParserBase {
29 SystemPropertiesParser() : TextParserBase(String8("SystemPropertiesParser")) {}; in SystemPropertiesParser() function
30 ~SystemPropertiesParser() {}; in ~SystemPropertiesParser()
DSystemPropertiesParser.cpp42 SystemPropertiesParser::Parse(const int in, const int out) const in Parse()
/frameworks/base/cmds/incident_helper/src/
Dmain.cpp58 return new SystemPropertiesParser(); in selectParser()
/frameworks/base/cmds/incident_helper/tests/
DSystemPropertiesParser_test.cpp54 SystemPropertiesParser parser; in TEST_F()