Searched defs:TestConfig (Results 1 – 2 of 2) sorted by relevance
34 class TestConfig : public JsonSchemaTestConfig { class36 TestConfig(const std::string& path) : file_path_(path){}; in TestConfig() function in android::profiles::TestConfig
65 enum TestConfig { NO = 0, NO_WRITES, YES }; enum