Searched refs:GeneralTestsConfigValidation (Results 1 – 3 of 3) sorted by relevance
95 GeneralTestsConfigValidation.validatePreparers( in testConfigsLoad()99 GeneralTestsConfigValidation.checkRunners(c.getTests(), "device-tests"); in testConfigsLoad()102 GeneralTestsConfigValidation.checkModuleParameters( in testConfigsLoad()106 GeneralTestsConfigValidation.checkDisallowedTestType(c, mDisallowedTestTypes); in testConfigsLoad()
115 GeneralTestsConfigValidation.checkDisallowedTestType(c, mDisallowedTestTypes); in testConfigsLoad()
63 public class GeneralTestsConfigValidation implements IBuildReceiver { class